Answer Posted / rmishra
We can bind the same Datareader to different drop downs but
the constraint is that it will show the same data for both
the dropdown ie if the datareader fetches the city data for
one dropdown then it will show the same data for second one
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What providers does Ado.net uses?
What is the difference between data reader and data adapter?
What are good ado.net object to replace to ado recordset object.
Does entity framework use ado.net?
What are the advantages and drawbacks of using ado.net?
Describe ado.net object model in detail.
Which method in OLEDBAdapter is used to populate dataset with records?
Explain the difference between sqlcommand object and command behavior object?
How do you update database through dataset?
What is partial class?
What are three methods for displaying data in a syncfusion datagrid
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is disconnected data?
What is the difference between ado.net and oledb?
What is ado asp?