how can implement dropdownlist in particular of dataset
when try to update?



how can implement dropdownlist in particular of dataset when try to update?..

Answer / 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

More ADO.NET Interview Questions

What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

1 Answers  


describe the dataset object in ado.net.

1 Answers  


What is ado.net full form?

1 Answers  


What is difference between Dataview and Datatable?

1 Answers   Beahead Private Limited,


Compare Data Reader & Dataset in ado.net?

1 Answers   MaxSolPro,


What is sqldatareader?

1 Answers  


How to call the SQL commands asynchronously in ADO.NET version 2.0

4 Answers   DELL,


Explain the architecture of ado.net?

1 Answers  


What is the difference between executenonquery () and executescalar ()?

1 Answers  


what is type dataset?

3 Answers  


Explain ado.net features?

1 Answers  


What is ado full form?

1 Answers  


Categories