please can someone tutor me on how to create a dropdownlist menu in aspt.nt c#

Recommended Answers

All 5 Replies

DropDownList is a ready to use control in asp.net and you have to put some values in it.

DropDownList1.Items.Add("Value1");
....

DropDownList is a ready to use control in asp.net and you have to put some values in it.

DropDownList1.Items.Add("Value1");
....

Honestly i did not understand what you mean. is it drag and drop. i mean where will i write these codes?

Thanks so much Jugosoft. It was just as though you were in my mind. i got what i want. it's remaining embeddiong it in asp.net code. i am going to work hard now!!

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.