Wednesday, August 11, 2010

How to put a datasource on a datagrid inside a datagrid templateColumn?

could anyone pls help me how to put data inside a datagrid which is inside a datagrid template column in c#. This project emulates a data relationship. pls help. need badlyHow to put a datasource on a datagrid inside a datagrid templateColumn?
This isn't the right way of handling master-client relationship. You should put two datagrids on your page and when the cursor on master changes (or user clicks on a master row) you should repopulate the client datagrid. Your way is theoretically possible bur having more than 5-10 datagrids (one per row) on your page would have a high load both on client and server side, also the roundtrip times would increase a lot.





Loren Soth

No comments:

Post a Comment