adspace
how can implement dropdownlist in particular of dataset
when try to update?
Answer Posted / Vibhor Sharma
In ADO.NET, you can implement a dropdownlist (DataBound control) by binding it to a DataSet or DataTable containing the list items. To update an item in the dropdownlist from a DataSet or DataTable, you need to first find the corresponding row and field, modify its value, and then call Update() method on the DataAdapter object to save the changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers