Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?
2 8584What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?
26 35622If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
7 9970In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
5 16365
What are the three parts of an http response?
What are the properties of the eventargs argument when capturing keyboard events?
What are the differences between clr & cts?
What permissions do asp.net applications posses by default?
Define managed code and managed data in .net?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is application Object?
Explain cookies with example.
Explain about Multi-Language integration?
Define repository pattern in asp.net mvc? : asp.net mvc
How many types of controls are there in asp.net?
Can we use MSSql as backend in asp.net...if yes then How.?
In the Repeater control which way you can edit?
Define viewstate in .net?
How to turn off cookies for a page?