How do I reload an aspx file that is displayed in a frame?

G

Guest

Hello:

I have a weblayout that uses frames. It has three frames, one on the top
that displayes the header (header.aspx), one on the left that displays the
system menu (menu.aspx) and one on the right that different application forms
are displayed in.

I have an Login button on my login screen that is displayed in the right
frame. When the user clicks on this Login button, it validates the user id
and password. If the validation is passes, it should then enable/disable menu
options that are displayed in the left frame.

I can validate the user but I do not know how I can reload the Menu.ASPX
that is displayed in another frame.

I am even resigned to accepting the browser refresh that pretty much does
this. But I don't know how to programmtically refresh all the frames.

Any help you can provide will be appreciated.

Can somebody tell me how I can do this? Thanks.

Venki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top