coding for using dropdownlist control as textbox in asp.net using vb with sample coding i couldn’t enter values in dropdowlist control while run the program so how to enter values in dropdownlist at run time with sample coding explain detaily
advanced thanks
How To Enter Values In Dropdownlist In Asp.net Using Vb ?
February 19th, 2010 by CTO WebOjO.com website designers Lahore Pakistan Leave a reply »
Advertisement
you either need to enter the items to be listed in the drop down list code, or use a database to store the items and look them up. Obviously the database is the correct method, as you can simply update the data whenever you want the list to change.