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


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1055


Explain how to call the sql commands asynchronously in ado.net version 2.0?

1004