Stories recently tagged with 'RenderControl'

ASP.NET Tip: Render Control into HTML String(blogs.x2line.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 6 months ago

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. Namespaces used: read more...

add a comment |category: |Views: 411

tags: another