Html for control

  • Thread starter Thread starter Donal McWeeney
  • Start date Start date
D

Donal McWeeney

Hi,

Is it possible to get the html for a control? ie. return to a string what
the RenderControl method would output.

Thanks

Donal
 
If it's your own control you should be able to get it from within the render
event.
If it's not your control then you should be able to call the RenderControl
method of the control to get its output.
 
Back
Top