How do you handle session management in ASP.NET and how do
you implement them. How do you handle in case of SQLServer
mode ?
How can we prevent an aspx page get refreshed when any information fetch from the database ?
What is data reader in asp.net?
You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?
What is SQL injection?
In a Code-Behind class generally which type of code is found ?
which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row
Do you know caching feature?
How .Net has implemented security for web applications?
What?s the difference between Response.Write() andResponse.Output.Write()?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
How do I create a web form?
What is the difference between response.redirect and server.transfer, how to choose one among the other?