regarding datagrid
-
hello, I have used two datasets for two tables and i have to pass these two datasets into datagrid.. i am using sqlserver 2000 plz help in this regarding, Thanks & Regards, Nagalakshmi -- modified at 6:16 Wednesday 21st December, 2005
-
hello, I have used two datasets for two tables and i have to pass these two datasets into datagrid.. i am using sqlserver 2000 plz help in this regarding, Thanks & Regards, Nagalakshmi -- modified at 6:16 Wednesday 21st December, 2005
-
hello, I have used two datasets for two tables and i have to pass these two datasets into datagrid.. i am using sqlserver 2000 plz help in this regarding, Thanks & Regards, Nagalakshmi -- modified at 6:16 Wednesday 21st December, 2005
Firstly I am not clear why you are trying to use two datasets. In my experience a single dataset se globally for the application will meet all the needs and is of course much easier to administer and control. You can keep adding and removing tables from them as and when you need it. That apart, if you want to just attach the datatable to the datagrid set it as the datasource of the grid. On the other hand, if you want to extract data from both the datasets and present it in a single datagrid, then I am afraid you must first extract the required info from the datasets in to a single table and then datasource it to the grid. Hope this helps. Varadarajan R
-
hello, I have used two datasets for two tables and i have to pass these two datasets into datagrid.. i am using sqlserver 2000 plz help in this regarding, Thanks & Regards, Nagalakshmi -- modified at 6:16 Wednesday 21st December, 2005