Accessing entire Web Form HTML Source

  • Thread starter Thread starter Shawn Berg
  • Start date Start date
S

Shawn Berg

Is it possible in any event in the System.Web.UI.Page class to reference the
entire HTML that will be output to the browser after all controls, etc. have
been rendered? I would like to replace all instances of a keyword in the
HTML at runtime when the page is loaded. I cannot afford to set all of these
controls to "runat=server". Any ideas?

Thanks,

Shawn
 
This worked perfect. Thanks so much for pointing me in the right direction.
Definitely a nice way to end the day after being frustrated and not knowing
how I was going to accomplish this.

Shawn
 
Back
Top