i want the asp.net technical questions and answeres
What is viewstate? In which event of the page life cycle, is the viewstate available?
Why viewstate is used in asp.net?
What is viewstate? What does the “enableviewstate” property do?
What is the difference between executescalar and executenonquery?
How do active server pages work?
What are the different types of cookies in asp.net?
What is a server farm in iis?
Explain some of the major built-in objects in asp.net
What are the asp.net list controls and difference between them?
Which authentication uses a combination of windows and iis authentication?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Explain the server control events of asp.net ?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is session start?