I\'m having a problem in an ASP .NET 2.0 Application. I have a GridView displaying data from an ObjectDataSource (connected to a BLL class which connects to a TabledAdapter (Typed Dataset using optim
Yet another problem with DevExpress AspxGridView :) The context: One Page In the Page, a custom control In the custom Control, a AspxDropDown
Question:- Page is a typical search page with few filters on it. When search for records based on filters, it shows result in Gridview. From grid view records, user can click on any record to see the
I\'m Working on an Asp.net/C# application. I want to bind a list of objects to a grid view. I\'ve been looking a while to the ObjectDataSource control and it loads data to my开发者_运维百科 datagrid
I have an ObjectDataSource (but perhaps this question is the same for all kinds of DataSources which support parameter collections):
Here\'s the setup I have a DetailsView whose DataSource is an ObjectDataSource. The ObjectDataSource has two methods, select and update, that are stored procedures defined in a TableAdapter.
I have a series of classes that loosely fit the following pattern: public class CustomerInfo { public int Id {get; set;}
I am using an ObjectDataSource control to call a MapInfo object. This object has two properties: public IList Visits
I\'m trying to add custom paging to my site using the ObjectDataSource paging.I believe I\'ve correctly added the stored procedures I need, and brought them up through the DAL and BLL.The problem I ha
I\'m using an ODS(ObjectDataSource) backed-up with a Linq-To-SQL class to populate Gridview on my page.