ObjectDataSource control acts as a data interface for databound controls such as: GridView, Repeater, FormView and DetailsView.
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 objectdatasourceI have a GridView with an ObjectDataSource and I want to be able to sort it. Paging works correctly, however …
asp.net gridview objectdatasourceI have a GridView that has a DataSourceID pointing to an ObjectDataSource. The ObjectDataSource points to a method that returns …
asp.net gridview objectdatasource data-bindingI have an object map similar to what's listed below. When I try to bind the properties of NestedClass in …
c# asp.net gridview objectdatasourceHello you all How can i get row count of ObjectDataSouce ? I use ObjectDataSource and DataList . I want show some …
c# objectdatasource rowcountI have in a GridView control a TemplateField like: <asp:TemplateField ItemStyle-Width="150px"> <ItemTemplate> <asp:…
c# asp.net gridview objectdatasourceI need some guidance with an issue, I am using Entity Framework 4.0, I have a DAL and BLL and am …
c# entity-framework stored-procedures entity-framework-4 objectdatasourcei 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 objectdatasourceI'm trying to code an ObjectDataSource for a local ASP.NET page. Reading the Help files on MSDN always leave …
c# asp.net gridview objectdatasourceMy 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