Q: creating menu

  • Thread starter Thread starter Guest
  • Start date Start date
Thanks Steve,
I am using skmmenu, what I need is that, I want to keep this menu at the
left side of my application all the times, what are the ways of doing this?
If the only way it to putting the menu in each page, how should I do it so
that when I update menu it will update in all pages. Pleas note that I am new
in asp.net.
Thanks,
Jim.
 
I don't know anything about skmmenu but I think creating a table with 1 row
and two columns and put the menu in the first column should work. You can
put the rest on the 2nd column, which can contain other tables and panels if
needed.
 
Thanks dixc, should I create the same table in my other pages also. Each menu
item will be launching a new URL, should I put the same table to all the
URLs. If yes, when I want to add ore more menu item, do I have to go through
each URL and modify it , or is there any other faster way?
 
Others may have known betterthan me but I think there may not be a faster
way other than then manually putting the menu on each page. As for your last
question about having the menu updated in all pages, you should be able to
do that if your menu is a user control, which you just drag and drop onto
the first column of the table.
 

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

Back
Top