Display Control to DB

danasegarane

Active member
Joined
Jun 14, 2006
Messages
41
Programming Experience
Beginner
Dear All,
I want to display some information to user.That is my form contains 4 textboxes and an add button.If the user clicks add button,then that textbox information to be add to the display control.I also want to save this information from the display control to the database and vice versa

What control will be the best one?

Dana
smile.gif
 
I think you need to provide more of a spec. What connection do you see between the display control and the database insertion? Is there something wrong with just using a label? If you're going to accumulate several of these insertions and want to display them all, a listbox or datagridview or even a textbox could be used.
 
Back
Top