strongly typed dataset ....?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Dears In ASP.NET 2 web application, Can I create strongly typed dataset (xyz) and then select some record based on query i.e. Select * from xyz where ID = 999 and job=IT same as normal database table query and then the out put will be bind to GridView and if I create this strongly typed dataset can I write code to be used by all users of application . I mean use it as temporary storage for transaction. thanks