|
How to bind data using SqlDataReader and where to use SqlDataReader?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET ADO.NET
To retrieve data from database using xxxDataReader and bind to the data controls, we can follow
this approach. This also explains in which scenario we should use xxxDataReader.
|