- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi reddy,
you can add items to a dropdownlist using the addItem() method
dropDownList1.addItem(txtRegion.rawValue, txtRegion.rawValue);
or
dropDownList1.addItem(txtRegion.rawValue, dropDownList1.length.toString());
//The first param is the display value
//The second param is the bound value
Views
Replies
0 Likes
Total Likes