How long do session variables last?
What is the default timeout for a cookie?
What is the difference between session.abandon() vs clear()?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Which method do you use to kill explicitly a users session?
What is difference between cookies and cache?
What is custom attribute? How to create?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is enableviewstatemac in asp net?
How will you do Redo and Undo in a TextControl?
Explain the different types of directives in .net?
how to debug web services on consumer side?
What is the difference between stored procedure vs function?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is a 307 redirect?