I'm beginning a new project for event registration in imis 10.6 and would like to know if anyone has experience with the new ObjectDataSource in .net 2.0. If not, do we have any C# code that is used for event registration. Any bugs or gotcha's?
Thanks in advance for your help.
Tom
It has been a while since
It has been a while since I've used an Object Data Source, but if I remember correctly, it is pretty simple. It basically allows easy data access to a collection of objects (aka classes). These can be user defined classes or standard .NET classes. The object data source is most often used in conjunction with a web service. Web services generally return sets of classes and with the object data source, you can do easy data binding with the web service.
Neil