Which method is used to perform all validation at the page level?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is slidemaster?
What is query string in asp.net?
What is server objects in asp.net?
What is cookie less session? How it works?
Is LINQ performance wise better or using sqlcommand?
How many view state can be hold by a aspx page ?
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?
What is Http handler?
Where is the session stored?
Can we make a class with class with same;suppose public class abc { public class abc { } }
Can you explain the basic use of dataview?