Hi,
I am trying to replace a string in the HTML of an aspx page before it is shown to the user. I thought I could handle the Page_Load event and from there access the HTML in the Response object, but apparently not. Maybe it should be done it in another way?
The aspx page I want to modify is part of a SharePoint site.
Loading
ArshadPosted Jun 10, 2009, 5:06 AM
http://stackoverflow.com/questions/883922/modify-html-output-at-server-side-in-asp-net
martinPosted Jun 10, 2009, 5:39 AM
martinPosted Jun 10, 2009, 4:44 AM
ArshadPosted Jun 10, 2009, 4:40 AM