Do you know about caching with the datasource controls?
What is ipostback?
Which is better viewstate or session?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state.
What is the difference between c# and .net?
Any alternative to avoid name collisions other then Namespaces?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
How do we assign page-specific attributes?
Which data types are supported by the RangeValidator control?
What is application variable in asp.net?
which is faster ArraytList Or Collection ? how? hows the Hashing works internally ?
Interface and Abstract class, inheritance, abstraction with examples. Polymorphism (difference betn overloading and overriding