4
Answers

Modifying html output on page load

martin

martin

15y
3.1k
1
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.


Answers (4)