Binding objectdatasource to an object
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi all, ok so I have an object in my business layer. With constructors, properties and methods. How do I bind an objectdatasource to my object? say the constructor? pass in an ID to it that would fill the object and in turn the ODS. And then bind the insert, delete and update tabs to appropriate methods of the object. is this possible? thanks M
-
hi all, ok so I have an object in my business layer. With constructors, properties and methods. How do I bind an objectdatasource to my object? say the constructor? pass in an ID to it that would fill the object and in turn the ODS. And then bind the insert, delete and update tabs to appropriate methods of the object. is this possible? thanks M