Explain about ASP.NET?
In which event of the page viewstate is available?
What is a postback ispostback and autopostback in asp net?
What is viewstate information stored?
What is Web Server Control Templates.?
Describe the difference between inline and code behind - which is best in a?
What are the various session state management options provided by asp.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
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?
In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are the checkings or actions you will take to rectify the slowness or which are the factors related to this issue? How we can trace it?
With example & diagram explain AutoPostBack.
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What namespaces are imported by default in ASMX files?