Top "Objectdatasource" questions

ObjectDataSource control acts as a data interface for databound controls such as: GridView, Repeater, FormView and DetailsView.

SqlDataSource vs ObjectDataSource

If a web page needs some data, why not just have a SQLDataSource call a stored procedure? Why use an …

.net asp.net objectdatasource sqldatasource
The type "..." is ambiguous: it could come from assembly "..." or from assembly "...". Please

I'm developing a Web Application on Visual Studio 2013 and I have the next problem: The type 'AddressMaintenance.App_Code.DAL.…

asp.net .net objectdatasource
Objectdatasource and Gridview : Sorting, paging, filtering

Im using entity framework 1.0 and trying to feed out a Gridview with a objectdatasource that have access to my facade. …

asp.net sorting paging objectdatasource
How to Sort on a GridView using ObjectDataSource with TemplateFields

Background: I am working with a GridView and an ObjectDataSource. I am implementing Paging and Sorting. On the ObjectDataSource: objectDataSource.…

asp.net gridview objectdatasource templatefield
Gridview Paging via ObjectDataSource: Why is maximumRows being set to -1?

So before I tried custom gridview paging via ObjectDataSource... I think I read every tutorial known to man just to …

c# asp.net gridview objectdatasource
How to Remove all Item in ListView when it bindto ObjectDataProvider

I bound a ListView to ObjectDataProvider.I get some value from user and change my ObjectDataProvider at runtime but when …

c# wpf listview c#-4.0 objectdatasource
ObjectDataSource Insert Method

I have an ObjectDataSource that I'm binding to a DetailsView control. I have the insert method written in a business …

asp.net objectdatasource
Populate GridView with object data

Wondering the best way to populate a GridView with my object data. I have to show a product list from …

c# asp.net gridview objectdatasource
Is it possible to stop ObjectDataSource from auto-binding?

I have a GridView to which I've using an ObjectDataSoure as the data source. The ObjectDataSource is taking in parameters …

c# asp.net gridview objectdatasource