multi level menus
-
hi, i'm creating an web application in vb.net which has 3 level drop down menus. if you are not getting what im saying then please visit this website. http://www.gehealthcare.com/inen/ in this website on the lefthand side there a lot of items like diagonostic imaging, cardiology, information technologies, education etc. click on any of the items and you get further list of items. i just want this effect in my web application, which i'm developing in vb.net. how do i do this. anybody got ideas help me.
-
hi, i'm creating an web application in vb.net which has 3 level drop down menus. if you are not getting what im saying then please visit this website. http://www.gehealthcare.com/inen/ in this website on the lefthand side there a lot of items like diagonostic imaging, cardiology, information technologies, education etc. click on any of the items and you get further list of items. i just want this effect in my web application, which i'm developing in vb.net. how do i do this. anybody got ideas help me.
You can start with posting this in the ASP.NET Forum. Then move on to a JavaScript forum because that's what it's going to take to get this to work. ASP.NET is a server-side only technology that generates HTML for browsers. It does nothing client-side. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
You can start with posting this in the ASP.NET Forum. Then move on to a JavaScript forum because that's what it's going to take to get this to work. ASP.NET is a server-side only technology that generates HTML for browsers. It does nothing client-side. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Are there any articles on CP that cover this ( that is, the seperation between client and server in ASP.NET ) ? There seem to be a lot of questions of late where people have no idea how/where it all works. Christian Graus - Microsoft MVP - C++
-
Are there any articles on CP that cover this ( that is, the seperation between client and server in ASP.NET ) ? There seem to be a lot of questions of late where people have no idea how/where it all works. Christian Graus - Microsoft MVP - C++
I haven't seen any, but I've just picked this stuff up out of the docs. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome