How to use a multiple dataset in a single grid
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
In my application there is a grid now i want to bind it with multiple dataset it is possible?
jeny
Don't understand your question.
-
In my application there is a grid now i want to bind it with multiple dataset it is possible?
jeny
-
If your data sets table[0], are similar you can Merge tables and create a data table that contain all tables[0] and set this data table as the gride view data source. else dont even think about it