Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New Rows
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00916488
Message ID:
00917827
Vues:
9
>I have gotten a fairly basic ASPx to work. It runs against a VFP8 COM control and pulls in XML. I use a stringreader to read the data into a DataSet and populate a Table. This part all works with no real problems (except perhaps speed but that is for a later time).
>
>Now I'm trying to add rows to the end of the table. I have a button that will add a single row to the end of the table with a counter in the Session. It works for a single row. When I hit the button to add a second new row it simply repopulates the row that I've already added with the next counter in the key field. I have reviewed some of the articles in the .Net docs but am finding other examples to be rare. I do NOT want to save the data back to the database before adding the row. Any thoughts?
>
>TIA
>Richard


this is a limitation of data for dot net.
you only can handle one record insert at a time.
if you need to wrap it ? wrap it - so you can move on with the NEXT record insert.

Welcome To Dot Net.
[Bill]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform