Hello!
I'm trying to make an usual "contents" frame page, with banner page in the top part, navigation menu on the left and contents on the right (main) part. I'm generation menu from the database (I'm using treeview web control) and links with it that point to the pages being viewed in the main frame.
I would like to let the user login in the "banner" top frame and then generate the menu in the "left" frame. How do I do that?
In more details, when the user types in his username and password and then clicks on "log in" button, I would like to generate the menu (I have a function for it), or it's hole page, in the "left"-menu frame. So, my menu page (which is in the left frame) needs to react to the event in the upper frame. In order to generate the appropriate menu for the user, I have to know his username in the "left", menu frame, so I also need to have information passed.
Can anyone help me with a tip or solution?
I'm kinda new to asp .net, so that's why I'm wondering about with it. I tried with Transfer method, but it reads my menu page in the same frame as the banner frame (and I want it it the left frame).