Menu related Problem(Plz Help)
-
Hi All, In my application(site)i've menubar but when i click or chose on that menu page will be over-write and new page is displayed but menu is disappear. how to make my menu bar static for all page in my application. Regards SMK
-
Hi All, In my application(site)i've menubar but when i click or chose on that menu page will be over-write and new page is displayed but menu is disappear. how to make my menu bar static for all page in my application. Regards SMK
You need to add it to every page.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi All, In my application(site)i've menubar but when i click or chose on that menu page will be over-write and new page is displayed but menu is disappear. how to make my menu bar static for all page in my application. Regards SMK
Nothing much .. Just make it a user control and just add this user control to every page
-
Hi All, In my application(site)i've menubar but when i click or chose on that menu page will be over-write and new page is displayed but menu is disappear. how to make my menu bar static for all page in my application. Regards SMK
Hey it is very simple, just make the menu control in the user control, and add that user control to all the pages where ever you need that menu control.
Regards, Satips.:rose: