thinkinterview » interview questions
« Previous

interview Questions

next »
question What is the sequence of event firing during page load of asp.net page life cycle?
  • 1. Init(), Load(), PreRender(), Unload()
  • 2. Load(), Init(), PreRender(), Unload()
  • 3. Init(), Load(), Unload(), PreRender()
  • 4. Init(), PreRender(),Load(), Unload()

Next Queston » Where does the ASP.NET Web page belong in the .NET Framework clas...
Where does the ASP.NET Web page belong in the .NET Framework class hierarch... View full queston »

Posted in: ASP.NET(45) |