|
-
July 16th, 2010, 02:04 PM
#3
Re: Prerender(): what is it?
 Originally Posted by Alsvha
I'm not sure if you're talking about the page event PreRender or a specific control?
But generally in ASP.NET PreRender is the last event run before actually transmitting the page to the client (well, one of the last, which the coder himself can access) aka the page/controls being actually rendered.
It is often used if having a lot of dynamically created controls, due to the page life-cycle of PageLoad -> Event -> PreRender
yes, the event Prereder() but can you give me an example code of "what it can do" for example for a componenet Calendar? thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|