JamesBowtell
Member
- Joined
- Feb 26, 2009
- Messages
- 16
- Programming Experience
- 3-5
Hey all!!
I have a datagrid that is bound to one of my tables in my database.
What i would like to do is when i add a row of data and click the save button i want a text box to appear with the following information.
Hey ______ , You have loaned _________ and it is due back on the______
______ being the data that was just saved to the database.
is this possible?
cheers
I have a datagrid that is bound to one of my tables in my database.
What i would like to do is when i add a row of data and click the save button i want a text box to appear with the following information.
Hey ______ , You have loaned _________ and it is due back on the______
______ being the data that was just saved to the database.
VB.NET:
me.bindingsource1.endedit
me.tableadapter1.update
Messagebox.show(??????????)
is this possible?
cheers