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
Does sqlclient and oledb class share the same functionality?
How do I delete a row from a DataTable?
What is the role of clr?
Do you use stored procedure in ado.net?
What is ole db query?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is the difference between ado.net and entity framework?
What is adodb dll?
Which method is used by command class to execute SQL statements that return single value?
What is ado.net in vb net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is difference between sqldatareader and sqldataadapter?
What is dataadapter in ado.net?
What is the significance of CommandBehavior.CloseConnection ?
What is sqlconnection and sqlcommand?