Problem with asp table view state

  • 12 years 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

     

     

     
  • 12 years 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).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“There's no test like production” - Anon