954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

save data to access database

hello, can somebody please help me. I need to create a clear button to delete all the data from my form. I don't know how to do this. can some body give an idea how to do this, I am using vb.net 2003.

jaz854
Newbie Poster
9 posts since Jun 2007
Reputation Points: 13
Solved Threads: 0
 

I am not sure if I understand you well :S
do you want to clear the textbox from data when user click some button ?
you do like this

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        TextBox1.Text = ""

and that for all ur textboxes

manal
Junior Poster
122 posts since Mar 2006
Reputation Points: 37
Solved Threads: 17
 

Thanks.

jaz854
Newbie Poster
9 posts since Jun 2007
Reputation Points: 13
Solved Threads: 0
 

code to save data to access database

mansimisra
Newbie Poster
1 post since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

OMG... i am using vb.net in the datagridview
if i save a new data and i close it,
the data i encode in the datagridview it's not permanently save in the database....
please help me... tnx

leyyy
Newbie Poster
1 post since Apr 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You