|
-
Jan 7th, 2002, 09:41 AM
#1
-
Jan 7th, 2002, 07:54 PM
#2
Junior Member
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!!
-
Jan 8th, 2002, 10:00 AM
#3
I cant think of why you would want a grid within a grid within a grid..but I guess you have your reasons 
Im not 100% sure on this, but try using the column tag
Code:
<asp:Datagrid blah blah blah>
<Column>
<asp:DataGrid blah blah/>
</Column>
</asp:DataGrid>
I think it is column..or it might be columns...
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.
-
Jan 8th, 2002, 12:01 PM
#4
RE
Do you have a MSN-adress?
-
Jan 9th, 2002, 02:47 AM
#5
Junior Member
anybody know how to pass value from the html page to the code page?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|