get the output of the render event on the server

M

mr. dropdown

Hello,

Is it possible, after the control finishes all the rendering part, to get
the html that i just created before moving to the client, on the code behind
for example?

Thanks.
 
S

Steve C. Orr [MVP, MCSD]

In the Page_Render event you can get a control's output with code like this:

SomeControl.RenderControl(writer)

Then you'll have its output in the HTMLTextWriter and you can do what you
wish with it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top