How does SQL Server session state works
Where sessions are stored?
In which interface the template of any control like Gridview would Initiate?
What is a master page and what does it do?
What is asp.net localization?
How can you access the properties and controls of master pages from content pages?
what are the ihttphandler and ihttphandlerfactory interfaces ?
When Garbage Collector runs in an Application? 1)Application is running form more than 30 min. 2)On every 1/4th milisecond 3) Randomly 4) Application is running on low of memory
How will create assesblies at run time?
Can you please anyone explain in detailed Webservices concepts in Asp.net?
What is the purpose of the validation summary control? What do you need to do to prevent an error message from being displayed in a validator when a validation summary control is used? How can you display a message in both the validator and the validation summary control?
What is reflection and disadvantages of reflection?
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.