Hi
I have a lot of records listed in a table. The user clicks on a record he wants to view, that record is now listed in 60 different textboxes.
What I do now is loop thru the dataset and set the values to the textboxes.
My question is now, is it better to do Data Binding instead of the other method?
Any tips how to handle a lot of data that is going to be viewed in different textboxes?
Start Free Trial