HI Guys,
I want to have a menu that has a button on it. The asp menu control only allows you to navigate to other web pages. Is there any way to do this? Am I using the wrong control should I try something else? Thanks.
Printable View
HI Guys,
I want to have a menu that has a button on it. The asp menu control only allows you to navigate to other web pages. Is there any way to do this? Am I using the wrong control should I try something else? Thanks.
Ajax Accordion control maybe?
I'm not sure asp menu only allows you to navigate but i have vs2003 here so i cannot check that now.
Hey,
The ASP.Net Menu control, essentially, renders links to the page. You can style these links to "look" like buttons, but they won't have the same functionality as a button, i.e. a click event.
Gary
Thanks, I decided to just make buttons and make a menu look using css. Thanks.
Hey,
That is probably the easiest way.
Gary