Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Binding Problem
Message
From
30/03/2003 21:37:05
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
30/03/2003 13:49:31
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00771847
Message ID:
00771900
Views:
8
Jim,

Instead of clearing the textboxes, add a new row to the dataset.
[Visual Basic]
Dim workRow As DataRow = myDataset.Tables("mytable").NewRow()
[C#]
DataRow workRow = myDataset.Tables("mytable").NewRow();
>Hello,
>
> I have a windows form with a bunch of textboxes that bind to a dataset. I also have a new button that clears the textboxes. When I enter text in my first textbox and tab off of it, the textboxes are populated with the previous record's information.
>
>What's wrong?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform