Community discussion forum

Problem with asp table view state

  • 2 months ago

     Hi

     

    I am writing an application in .net 1.1. In this application i have the following structure.

     

    <div>

    <asp:table>

    <tr>

    <td>

    <asp:table id = table1>

    </asp:table>

    </td>

    </tr>

    <tr>

    <td>

    <asp:table id = table2>

    </asp:table>

    </td>

    </tr>

     </asp:table>

    </div>

    Now the issue happens when i am trying to add a row dynamically to the table1/table2. I know there are some issues in using asp:table so i have recreated the whole table structure on page load. It seems to work most of the time.

    But rarely when i have multiple rows  in table1/table2. the last row data is getting added to the first row and coming like this row1,row3. but i am adding 3 rows in page load.

     

    Kindly help me overcome this issue.

     

    Thanks in advance

    Aravind

     

     

     

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 2 months ago

    Can you post some code for us to see?

Post a reply

Enter your message below

Sign in or Join us (it's free).