View Single Post
  #1 (permalink)  
Old 05-24-2008, 08:55 AM
bharath bharath is offline
Member
 
Join Date: Mar 2008
Posts: 76
Default .net interview questions

1.What methods are fired during the page load?

2.Explain the life cycle of an ASP .NET page

3. When during the page processing cycle is ViewState available?

4. Can the validation be done in the server side? Or this can be done only in the Client side?

5. What namespace does the Web page belong in the .NET Framework class hierarchy?
Reply With Quote