snoopdoug22 Posted April 17, 2004 Posted April 17, 2004 Helllooo peeps, Greetings! I am a not-so-newbie to Asp.net and I am stuck with a problem.I am trying to develop a webpage (in asp.net using vb.net language) with a horizontal menu user control with a set of menu items dropping down on mouse hover..so any suggestions and ideas on developing it are greatly appreciated thnxkxx a ton Snoopdoug Quote
Moderators Robby Posted April 17, 2004 Moderators Posted April 17, 2004 You'll need to use JavaScript/Client. Quote Visit...Bassic Software
snoopdoug22 Posted April 19, 2004 Author Posted April 19, 2004 Yo robbie Thanx for da tiny reply but I am specifically looking for a way to write the code in vb.net and then implement it in my webpage.Now, if you are suggesting me that there is no way I could do that without embedding a javascript code then please be kind to show me how to do with the javascript. Thanx a ton Snoopdoug :cool: Quote
evaleah Posted April 19, 2004 Posted April 19, 2004 There is no way to do this except putting javascript onto your page. The code for these is long. Your best bet is to do a web search for javascript drop down menus. You will get LOTS of options that way and use whatever is best for you. Quote
Moderators Robby Posted April 19, 2004 Moderators Posted April 19, 2004 As evaleah said, the code for something like this is much too long. http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=horizontal+menu+bar+asp.net Quote Visit...Bassic Software
Administrators PlausiblyDamp Posted April 19, 2004 Administrators Posted April 19, 2004 http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=A8EE64DF-8F2A-483F-8594-10AAA66988CE Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Arch4ngel Posted April 19, 2004 Posted April 19, 2004 For having done some... You better search on google [google=drop+down+menu]here[/google]. By the way... ASP.NET is Server-Side oriented... Drop down menu are on the client so Client-Side. You'll be forced to use a Client-Side script like Javascript Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.