What base class do all Web Forms inherit from?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What do you mean by Code Access Security in .NET?
Explain how to stop a thread?
Which namespace is the base class for .net Class library?
What are two different types of remote object creation mode in .net?
How to get the hostname or IP address of the server?
Describe the role of global.asax.
What is garbage collection and how it works ?
Can any object be stored in a viewstate in .net?
Difference b/w dataset.clone and dataset.copy ?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
what is object lock?