What are the different session state management options available in asp.net?
When during the page processing cycle is ViewState available?
How do you perform validations ?
About SOAP ?
What are the new login controls in asp.net 2.0?
When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?
Why Web Services?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
what is the role of aspx file ?
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
Explain about asp.net state management?
What is state management in asp.net and define Client-side state management and Server-side state management?
What is the DLL Hell Problem?