Where are session variables stored?
What does a switch do?
How can we prevent an aspx page get refreshed when any information fetch from the database ?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
How we handle the runtime database schema change issue in asp.net application?
What is loop in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How does cookies work in asp net?
Can we use a static function with a non-static variable?
how to edit gridview control in asp.net2.0
Why mvc is faster than asp.net? : Asp.Net MVC
Give real time examples for polymorphism, encapsulation, inheritance..
Can a .net web application consume java web service?