i want the asp.net technical questions and answeres
What is .net remoting?
Can you explain one critical mapping? Performance issue which one is better?
How can you enable impersonation in the web.config file?
Is asp.net and .net same?
Differentiate between a hyperlink control and a linkbutton control.
What is session start?
What are the events that happen when a client requests an asp.net page from iis server?
In Code-Behind class which kind of code (server or client) is found ?
What is the main differences between asp and asp.net?
What I need to create and run an asp.net application?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is application variable?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?