Is it possible to just get the raw HTML that is…
Is it possible to just get the raw HTML that is sent to the browser when a web control is rendered?
Yes, but only if you subclass the control. The method you need to call is ‘Render’ and it’s protected. Here’s a quick sample… [Wrinkled Paper]