You need to have some understanding of how HTML works.
Once you have verified the user, you can reload the *current* frame. Or, if you want to reload one of the other frames, you need to write out some javascript dynamically. This javascript will execute on the client and reload the appropriate frame.
Remember: ASP runs on the server. ASP knows *nothing* about the frames that are in the client browser. All ASP sees is a request for a webpage. It doesn't know anything about the other webpages in the frame that you want to reload. Only the client browser knows about these other pages. You need to tell the client browser (using client-side javascript) which other pages you also want to reload.
Cheers
Ken
www.adOpenStatic.com