What is the difference between custom web user control and a custom web server control?
What methods are fired during the page load? Init()
Where does the Web page belong in the .NET Framework class hierarchy?
How long do session variables last?
What is the life-span of the items in the viewstate?
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?
When during the page processing cycle is ViewState available?
What is gridview in asp.net?
Write a code for "RequiredFieldValidator" in java script
what is CLR?
Difference between web user control and web custom control?
What is difference cookie and session?
How do you make your site SSL enabled ?