0. Whats the sequence in which ASP.NET events are processed ?
1. In which event are the controls fully loaded ?
2. How can we identify that the Page is PostBack ?
3. How does ASP.NET maintain state in between subsequent request ?
4. What is event bubbling ?
5. How do we assign page specific attributes ?
6. Administrator wants to make a security check that no one has tampered with ViewState , how can we ensure this ?
7. Whats the use of @ Register directives ?
8. Whats the use of SmartNavigation property ?
9. What is AppSetting Section in Web.Config file ?
10. Where is ViewState information stored ?
11. Whats the use of @ OutputCache directive in ASP.NET?
12. How can we create custom controls in ASP.NET ?
13. How many types of validation controls are provided by ASP.NET ?
14. Can you explain what is AutoPostBack feature in ASP.NET ?
15. How can you enable automatic paging in DataGrid ?
16. Whats the use of GLOBAL.ASAX file ?
17. Whats the difference between Web.config and Machine.Config ?
18. Whats a SESSION and APPLICATION object ?
19. Whats difference between Server.Transfer and response.Redirect ?