Binding Dataset with textboxes
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody! I'm buliding a little Database where I have to insert Data through a mask made with some TextBox form and TextLable form. Can I bind a dataset to this kind of forms? How can I make possible to show in the boxes the selected row of the dataset? Do the Framework implements this functionality? Thank you!