ObjectDataSource





0/5 (0 vote)
Start with the ObjectDataSource Control Overview at MSDN then move on to Using Parameters with the ObjectDataSourceControl.ObjectDataSource
Start with the ObjectDataSource Control Overview at MSDN then move on to Using Parameters with the ObjectDataSourceControl.
- ObjectDataSource QuickStart Tutorial
- Displaying Data with the ObjectDataSource - An excellent tutorial by Scott Mitchell and includes both VB and C# sample code.
- Caching data with the ObjectDataSource - A slightly more advanced technique by Scott Mitchell shows you how to speed up your application.
- Programmatically Setting the ObjectDataSource's Parameter Values
- Master/Detail Filtering With Two DropDownLists - a very clever tutorial that expands on the basic master detail report by introducing filtering with DropDownLists and an ObjectDataSource control.
Enjoy!