Define application state variable and session state variable?
How Response.flush works in server.Execute
What is difference between view state and session state?
What is DataGrid wheater its a Server Control or something else ?
Define web services in asp.net.
What is difference between session and cookies?
What is user control in asp.net?
What are user controls?
Difference between ByVal and ByRef?
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable
What is new asp.net core?
Which validator control you use if you need to make sure the values in two different controls matched?
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.