R
Rob Heckart
Hi,
I'm using the Portal ASP.NET starter kit for a project. It uses one aspx
page, DesktopDefault.aspx to render content by loading different user
controls depending on what's clicked. One of my mandates is to have any
hyperlink on the page that points to a URL outside of our site pull up an
alert message. I have the javascript code, but what I want to know is, can I
see the entire HTML for the page prior to it being sent to the browser? Once
I see that, can I run through it in code and add the code to the URL and
then send the modified HTML to the browser? There's not too much written
about the Render methods and events page level.
Thanks!
Rob
I'm using the Portal ASP.NET starter kit for a project. It uses one aspx
page, DesktopDefault.aspx to render content by loading different user
controls depending on what's clicked. One of my mandates is to have any
hyperlink on the page that points to a URL outside of our site pull up an
alert message. I have the javascript code, but what I want to know is, can I
see the entire HTML for the page prior to it being sent to the browser? Once
I see that, can I run through it in code and add the code to the URL and
then send the modified HTML to the browser? There's not too much written
about the Render methods and events page level.
Thanks!
Rob