Modifying html output on page load
                            
                         
                        
                     
                 
                
                    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.