I have a Web control on a form and want to save the page. problem is however that if a user navigates to a different page, then it doesn't save correctly.

the problems are:

1. the WebControl.NavigationURL doesn't change when the user navigates - it stays only on the original page.

2. if the page contains frames, then how do i ignore the contents and hearder page and just save the page i want?

any pointers?

ta.