please can someone tutor me on how to create a dropdownlist menu in aspt.nt c#
denmarkstan 0 Junior Poster in Training
Recommended Answers
Jump to PostDropDownList is a ready to use control in asp.net and you have to put some values in it.
DropDownList1.Items.Add("Value1"); ....
Jump to PostI think he wanted to know how to create menu. Not DropDownList control.
Check following links for DropDownList menu:
- http://cssmenumaker.com/drop_down_css_menu.php
- http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=css+menu
All 5 Replies
kvprajapati 1,826 Posting Genius Team Colleague
denmarkstan 0 Junior Poster in Training
kvprajapati 1,826 Posting Genius Team Colleague
jugosoft 25 Junior Poster in Training
kvprajapati commented: Thanks! +11
denmarkstan 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.