PDA

Click to See Complete Forum and Search --> : datagrid question


nmretd
Oct 16th, 2003, 08:11 AM
Is it possible to display data from more than one table in a datagrid and perform updates ?

DevGrp
Oct 16th, 2003, 10:09 AM
Yup

Lord_Rat
Oct 20th, 2003, 01:10 PM
Actually, it is only possible if you hand code the updates and the assimilation of all that data to the data table.

Lethal
Oct 20th, 2003, 01:26 PM
If you use good N-Tier approach and use sprocs on the backend, it shouldn't be a problem.