I am using 3 layer architecture to develop project.I need too select data from database and give result to present layer in the form of present in GridView or present in labels.
and
I get data in the form of SqlDataReader ,then how to convert to DataSet or DataTable.
Which one is better to use ?

ali tuncerPosted May 25, 2016, 2:45 AM
DataSet is a set of DataTables..
for example :
Thiruppathi RPosted May 25, 2016, 4:50 AM