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 ?