Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Gary Frank #1
How many dataBase tables can a dataSet table update via dataGrid?
I would like to display data in a datagrid in which the source of the
data is multiple database tables. The select statement in the command
object that is a property of the dataset selects from multiple database
tables. The dataset table therefore contains data from multiple
database tables. This dataset table is then bound to a datagrid. Is
it possible to update the database tables that are the datasource by
using the edit, update, delete buttons of the datagrid? Or can you
only update the datasource of a datagrid if it contains only 1 table?
Gary Frank Guest
-
Selected (CurrentCell) doesn´t update after i rebind a dataset to my datagrid?
Hi, I have a datagrid that I load some data into through a dataset. Then I have som other controles, textboxes, where I can enter new posts... -
trying to update a table after making a join select query on two tables
here is my problem distilled down I need to be able to change the title of a book associated with an author there are 2 tables "author" and "books"... -
update a datagrid through dataset
Check out "Checking for Changed Items"this article, this explains one way to update back the dataset from datagrid.... -
Updateing a database table from a dataset
Hi all, I am trying to update an SQL server table from a dataset populated by an excel spread sheet. Each record has a check box so it can be... -
Update database using dataset
I have a number of text boxes that are all data bound to a data set. I would like the user to be able to make changes to these text boxes and then...



Reply With Quote

