Questions tagged as 'asp.net'

1
answer

What are the Global.asax methods when triggered and good practices?

I would like to know what methods, when they are fired, and what best (good practices) apply to them?     
asked by 05.03.2015 / 18:44
2
answers

Lock / fade screen during postback

I know that to effect this blocking / fading effect I can use JavaScript or some AJAX component. I find this kind of care interesting to prevent the user from clicking on the same button several times, which can cause problems. In addition to...
asked by 26.11.2014 / 20:08
3
answers

Line break in email message

In my string mensagem , I would like to have a space of two lines, I already tried to use "/ n" and did not get the expected result. @{ var customerName = Request["customerName"]; var customerEmail = Request["customerEmail"];...
asked by 13.11.2014 / 13:23
1
answer

AJAX Request Error - success does not work

Good afternoon guys, I have the following AJAX request: $(document).ready(function () { $.ajax({ url: "/membros.aspx/populaGridMembros", type: "POST", dataType: "json", contentType: "application...
asked by 17.01.2015 / 17:30
2
answers

What is the difference between App.conf and Web.conf?

What are the differences between App.conf and Web.conf ?
asked by 23.01.2015 / 20:02
2
answers

Handling related data Asp.net and C #

I'm developing an ASP.NET application, which aims to register events and add clients to these registered events, forming a list of clients for each event. My question is this: In the Events table there are three types of input (integer type -...
asked by 03.08.2014 / 16:52
1
answer

Redirect loop explanation

I'm going to a meeting and they're going to ask why some data has a Redirect Loop. In the code, I put a false parameter and it has solved, but it turns and moves it back. The question is: What is a redirection loop? What I want is just an explan...
asked by 13.02.2015 / 18:12
1
answer

Configure site in IIS in Windows 8

I have Windows 8 installed in my house. I made a website in ASP.Net and C # and now I have put it on the air. In my house, there are two computers and in only one (desktop) I configured IIS, the other is to test even. Here are the steps:    1...
asked by 23.07.2015 / 20:47
3
answers

Search for word variations

I have a sentence that I need to check if it meets a rule but there may be variation in writing (accentuation, more or less spaces, ...) Example: string fraseProcurada = "Cadastro de Usuários - SP"; if (fraseRecebida.Contains(fraseProcurad...
asked by 04.04.2018 / 15:55
1
answer

Doubts about routes JS angular x ASP.NET MVC

I would like to remedy some doubts about Angular JS vs. ASP.NET MVC. I created an empty ASP.NET MVC application that will work with WEB API, configured all my routes with AngularJS, created an html page and its controllers, all with angularJS...
asked by 23.11.2017 / 12:26