Comments ↓

ASP.NET Tip: Render Control into HTML String →

Occasionally there is a need to get string representation of ASP.NET control in other words – render it into string instead of let it be rendered on the page. The following method renders control into HTML string.

Related posts