G
Guest
Dear Sir/Madam
I'm an old dog of VB 6.0. I've mastered the new tricks of .Net Form-based
programming rather OK. I now need to focus on web development.
My Web pages need not be as glamerous as those seen on most sites, since
even my web development is for operational purposes (Business). I devised a
standard layout with the main menu at left and horisontal menus per subystem
to navigate to the forms of each subsystem. Each of these horisontal
sub-menus needs be a WebUserControl that I'll drag onto each form of that
subsystem. Thus a new form in the subsystem will only cause a change in one
control and the addition of the new form. The sub-menus needs only to be
simple navigational structures. Like hyperlinks, that displays the form
associated with that choice.
I've worked a walk through called: Creating a Web User Control. This walk
through does exactly what I want, but not the way I want to do it. It returns
the index of the selection. This index needs be interpreted by the calling
form and then the calling form can re-direct to the form of choice. This
defies my plan of change once affect many.
I have heard about J-script methods, DHTML menus etc. Can you please point
me in a direction on how to create a menu that will do the following:
Menu:
Member|Branch|Person
Show:
wfmMemMem.aspx|wfmMemBrn.aspx|wfmMemPsn.aspx
Much Thanks
Cornelius
South Africa
I'm an old dog of VB 6.0. I've mastered the new tricks of .Net Form-based
programming rather OK. I now need to focus on web development.
My Web pages need not be as glamerous as those seen on most sites, since
even my web development is for operational purposes (Business). I devised a
standard layout with the main menu at left and horisontal menus per subystem
to navigate to the forms of each subsystem. Each of these horisontal
sub-menus needs be a WebUserControl that I'll drag onto each form of that
subsystem. Thus a new form in the subsystem will only cause a change in one
control and the addition of the new form. The sub-menus needs only to be
simple navigational structures. Like hyperlinks, that displays the form
associated with that choice.
I've worked a walk through called: Creating a Web User Control. This walk
through does exactly what I want, but not the way I want to do it. It returns
the index of the selection. This index needs be interpreted by the calling
form and then the calling form can re-direct to the form of choice. This
defies my plan of change once affect many.
I have heard about J-script methods, DHTML menus etc. Can you please point
me in a direction on how to create a menu that will do the following:
Menu:
Member|Branch|Person
Show:
wfmMemMem.aspx|wfmMemBrn.aspx|wfmMemPsn.aspx
Much Thanks
Cornelius
South Africa