![]() |
updating database from the website using asp.net
Hi,
am developing a website that is supposed to connect to a database. am using VB 2005 Asp.net and am new to this. the problem am having is to update the database using the values from the textbox. help me please with this problem. Thanks |
Re: updating database from the website using asp.net
Can you post the code that you've written to update the database, so that someone can check and correct it?
Also if you are getting any error? |
Re: updating database from the website using asp.net
here is the Code
Code:
Protected Sub btnSave_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSave.Click |
Re: updating database from the website using asp.net
What error do you get when running the program?
I don't know if this could be the problem or not, little correction suggested as below. Code: vb
apart from this I don't see anything that could cause the problem. |
Re: updating database from the website using asp.net
Thank you very much. I think i had a litle problem with my database. now its working.
|
Re: updating database from the website using asp.net
what kind of problem?
|
| All times are GMT +5.5. The time now is 13:05. |