ObjectDataSource control acts as a data interface for databound controls such as: GridView, Repeater, FormView and DetailsView.
Questions tagged [objectdatasource]
618 questions
-2
votes
2 answers
Asp.net: Sorting with gridview and objectDataSource
how I do a sorting in a gridView with data bound by a ObjectDataSource?

PassionateDeveloper
- 14,558
- 34
- 107
- 176
-3
votes
1 answer
Can SSRS Reports be used without a SQL Server Database?
I have an application that gets all its data from an old AS400 application.
I get a model out (what in MVC I'd call a ViewModel) that has all the data for the reports, but the current legacy code is using the windows forms drawing API to place each…

Joseph Morgan
- 163
- 1
- 9
-4
votes
1 answer
using params[] wih ObjectDataSource
My EF insert method is defined as follows:
public void Add(params T[] items)
How can it be used with ObjectDataSource to insert objects?

Yevgeni Grinberg
- 359
- 5
- 19