3
Answers

Can I Use List<> Collection Instead of Using Dataset?

My question is can i use List<> instead of dataset or datatable in asp.net using c#?Can by any means i use list<> than bind it to my gridview instead of datatable/dataset?Thank you?

Answers (3)