Results 1 to 2 of 2

Thread: <asp:Table> Miracle

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    <asp:Table> Miracle

    hai

    ive a <asp:Table id="Table2" .../> in .aspx page.

    in code behind file im contructing a dynamic table
    using
    TableRow(),TableCell() etc and i got the structure in <asp:table>

    now i want to convert this dynamic table into dataset and merge it to another dataset, then bind to datagrid.

    This is possible or not, i dont know. i tried in many ways. im not getting the result. How to make this?

    V.R.mahendran

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Create 3 DataSets. Populate the first 2 with the data you already have. Loop through them to create the 3rd dataset, and bind that to the DataGrid...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

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