What is the difference between Pre-Render and Render events in ASP page execution ?
Ans)
Generally,
Pre Render - This event is used for modifying server controls just before sending them to client.
Render - This event is used to put the HTML output to the response stream
So in page life cycle event we found only Pre Render Event only.
0 comments: