hello
i m using c#.
i extended a textbox with a dropdownlist.
now i want to add a datasource to this extended dropdownlist.

im trying:
textbox1_dropdownextender.****

so what to do now???


Sumit Jain

Recommended Answers

All 2 Replies

using "textbox1_dropdownextender.Items.Add (object)".

Regards,

*.Items.Add.... no such control exists.....
sorry

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.