Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Paul #1
How to bind multiple datasources to one grid?
How can I bind my grid to more than one datasource - that is the
question. Right now I bind to a DataView table that has a single
DataTable as its source. Fine. Then I add a DropDownList to one of the
template columns EditMode that is populated from a separate table. This
is where the problem begins. I have two tables in the DataSet now, and
in the _EditCommand event handler I can't figure out how to change the
binding from a single table datasource to multi-table source.
I don't think this is a case for a DataRelations, right? I also want to
bind a column with a DateBox, for instance, and it seems like this has
nothing to do with relations and joins.
Thanks for your advice.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Paul Guest
-
merging multiple datasets to bind to a grid
How can I merge 2 datasets into one, then bind with the datagrid, or bind the datagrid to 2 datasets? For instance, I have one stored procedure... -
Bind grid & textbox
I am pulling a query into a cfgrid and if the value pulled in is NULL, when I select that row, and try to edit it using my textbox, it doesn't... -
Multiple datasources, one webpage?
I have a MS Access database in which a have a daily query for each day of the year that shows tennis court reservations for that day. I have a... -
How to bind to a drop down list in a grid.
I want to display some drop down lists in a grid. Let's say user Joe is from Region 1, and I want to get a list of users and bind to the grid, but... -
Bind Grid / Postback Problem
Hi I have a db with 2 tables that I want to bind to a grid depending on a selection in a Dropdownlist Also I want to be able to select a row...



Reply With Quote

