Which type if caching will be used if we want to cache the portion of a page instead of whole page?
How Response.flush works in server.Execute
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Explain advantages of caching?
How to deploy the Asp.Net Project ?
What is a Windows Service and how does its life cycle differ from a standard EXE?
Explain how can you debug your .net application?
What are validators and list some validators of asp.net?
How do you design a website with multilingual support in ASP.NET ?
what is mean by framework?
what are the events in ASP.net page life cycle?
In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected
How to refresh a page in asp.net