Top "Objectdatasource" questions

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

Paging & Sorting grids with ASP.Net MVC

I'm new to MVC, and am not following how you'd do paging and sorting on a grid. I'm used to …

asp.net asp.net-mvc gridview objectdatasource
How to sort using GridView and ObjectDataSource?

I have a GridView with an ObjectDataSource and I want to be able to sort it. Paging works correctly, however …

asp.net gridview objectdatasource
GridView not Rebinding Properly After Postback

I have a GridView that has a DataSourceID pointing to an ObjectDataSource. The ObjectDataSource points to a method that returns …

asp.net gridview objectdatasource data-binding
GridView bound with Properties of nested class

I have an object map similar to what's listed below. When I try to bind the properties of NestedClass in …

c# asp.net gridview objectdatasource
How to get row count of ObjectDataSource

Hello you all How can i get row count of ObjectDataSouce ? I use ObjectDataSource and DataList . I want show some …

c# objectdatasource rowcount
Understanding ObjectDataSource and Select Parameters

I have in a GridView control a TemplateField like: <asp:TemplateField ItemStyle-Width="150px"> <ItemTemplate> <asp:…

c# asp.net gridview objectdatasource
Storing array of integer values in SQL Server

i want to store an array of integer values in a SQL database table (SQLServer 2005), if possible by using a …

c# sql sql-server-2005 objectdatasource
InvalidOperationException: ObjectDataSource could not find a non-generic method that has parameters:

I'm trying to code an ObjectDataSource for a local ASP.NET page. Reading the Help files on MSDN always leave …

c# asp.net gridview objectdatasource
VB.Net: How to use an Object data source in report (.rdlc)

My question is similar to this one but I'm having some problems with the actual implementation. I've got a report (.…

.net reporting-services reporting rdlc objectdatasource