Tuesday 29 May 2012

life cycle of an ASP.NET web page?


1. PreInit
2. Init
3. InitComplete
4. PreLoad
5. Load
6. Control Events
7. LoadComplete
8. PreRender
9. PreRenderComplete
10. SaveState
11. SaveStateComplete
12. Render
13. Unload

What is the difference between asp.net server controls and html servercontrols?


  1. ASP.NET Server Control is more advanced control these have more properties compared to HTML Server Controls,
  2. .NET Server controls will have events, where as HTML server controls does not have events. Both controls memory is created at Server.

IE7 Issues Text Indent

                 Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...