Results 1 to 5 of 5

Thread: Any experts out there???

  1. #1

    Thread Starter
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    What is your question?
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  2. #2
    Junior Member
    Join Date
    Nov 2001
    Location
    Singapore
    Posts
    24
    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!!

  3. #3

    Thread Starter
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4
    NicoVB
    Guest

    RE

    Do you have a MSN-adress?

  5. #5
    Junior Member
    Join Date
    Nov 2001
    Location
    Singapore
    Posts
    24
    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
  •  



Click Here to Expand Forum to Full Width