What is your question?
Printable View
What is your question?
I have a dataset holding my information.
I want to display it using either a datagrid or a table. I want to have an so called "in-depth" datagrid in a way that a datagrid within a datagrid.
I want to make it in a way when the page loads, it is able to create as many datagrids as i want. And i want the datagrids to be place in a flow one after another.
Sample layout of my page:.....
Module: DIT Tutor: TAY
[Datagrid 1]
Module: SBM Tutor: PANG
[Datagrid 2]
If datagrid is unable to do this, then is table able to do this and how???
Thankx!!
I cant think of why you would want a grid within a grid within a grid..but I guess you have your reasons :p
Im not 100% sure on this, but try using the column tag
I think it is column..or it might be columns...Code:
<asp:Datagrid blah blah blah>
<Column>
<asp:DataGrid blah blah/>
</Column>
</asp:DataGrid>
Now doing it in the Pag_Load event I cant be sure of. I know how to dynamically load web form user controls but not sure on adding datagrids and columns dynamically since I havent had the need to create dynamic regular controls yet. Anyone else have an answer?
Ill keep looking for something.
Do you have a MSN-adress?
anybody know how to pass value from the html page to the code page?