Is it possible to display data from more than one table in a datagrid and perform updates ?
Printable View
Is it possible to display data from more than one table in a datagrid and perform updates ?
Yup
Actually, it is only possible if you hand code the updates and the assimilation of all that data to the data table.
If you use good N-Tier approach and use sprocs on the backend, it shouldn't be a problem.