This is a discussion on What methods are fired during the page load? within the ASP and ASP.NET Programming forums, part of the Web Development category; hi, can anyone tell,What methods are fired during the page load? Thanks, Prasath.K...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, When the page is instantiated, Load() - when the page is loaded into server memory. PreRender () - the brief moment before the page is displayed to the user as HTML. Unload() - when page finishes loading. -R.Gopi |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there any way to load data in dropdownlist based on the other without Page Refresh | poornima | ASP and ASP.NET Programming | 2 | 03-15-2008 02:38 AM |
| 'Page' ia an unambiguous reference between 'System.Web.UI.Page' and 'Project1.Page' | poornima | ASP and ASP.NET Programming | 1 | 03-05-2008 03:12 AM |
| Is there any way to Call or Load a page from the Class File?(Question) | kingmaker | C# Programming | 1 | 02-27-2008 09:38 PM |
| What are the cycle of methods involved when a page loads in dot net 2005? | Archer | ASP and ASP.NET Programming | 1 | 07-25-2007 03:42 AM |
| How can I automatically load another page or reload the same page? | Archer | C# Programming | 0 | 07-16-2007 12:10 AM |