Answer Posted / pradip humane
Yes,we can bind the one datareader with two dropdownlist.
because datareader just read the data and forward the
data,that's why there is no problem for binding with two
dropdown list with one reader
Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What we do with the object of ado.net dataset after using it?
differance between ADO vs ADO.Net?
How can I retrieve two tables of data at a time by using data reader?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is fill method in ado.net?
What is the use of data grid?
What is ado.net code?
Explain how can we load multiple tables in to dataset?
What are datareaders?
What is data relation in ado.net?
Give few examples of datareader that is used in different dataproviders.
How do you merge 2 datasets into the third dataset in a simple manner?
How to create dynamic gridview?
How do you update a dataset in ado.net and how do you update database through dataset?
Does entity framework use ado.net?