A archana Mar 14, 2007 #1 Hi all, Can anyone tell me difference between prerender and render. thanks in advance.
E Eliyahu Goldin Mar 14, 2007 #2 PreRender is an event used for modifying server controls just before sending them down to the client. Render is a method that actually puts the html output to the response stream. -- Eliyahu Goldin, Software Developer & Consultant Microsoft MVP [ASP.NET] http://msmvps.com/blogs/egoldin http://usableasp.net
PreRender is an event used for modifying server controls just before sending them down to the client. Render is a method that actually puts the html output to the response stream. -- Eliyahu Goldin, Software Developer & Consultant Microsoft MVP [ASP.NET] http://msmvps.com/blogs/egoldin http://usableasp.net