generic list in cache and it's item in gridview
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have a generic list that it is in a cache.how can i show the item of it in a gridview
-
I have a generic list that it is in a cache.how can i show the item of it in a gridview
gridview1.DataSource = yourlist;
Waleed Eissa Software Developer Sydney