Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Plz Help. How can I put asp.net control output HTML into a string variable (or string builder).:confused:
You can call the Control.RenderControl method of the control to get the output html markup of that control, then you can put it in a string variable in the way you want.
Control.RenderControl