Click to See Complete Forum and Search --> : Updating database thru ASP.net


zaidiwaqas
May 6th, 2009, 06:14 AM
Hi,
i am new on ASP.net programming.

i have made a website where users can log in and update the customer data.
its running fine on visual studios.

now i have added it in IIS.

the website seems to working properly but there is one problem.

it displays the data but could not update the same.
eg. when user selects data of a customer, the details appears. and when he makes some changes in the text boxes and presses the update button the update does not occurs.

this is working properly on VS 2008. i.e. the update occurs. and not only happening while i do this on local host internet explorer.

is that IIS problem...or what..?
any body
regards,
ZD

Bill Crawley
May 6th, 2009, 08:12 AM
After making the changes have you looked in the DB itself to see if the data has changed there? It might just be a refresh problem.

zdavis
May 7th, 2009, 05:46 PM
Are you getting any errors returning from your update function??

-zd

zaidiwaqas
May 9th, 2009, 07:04 AM
No bill and zdavis
there is no update happening in the database and there is no error thrown from the query result.

zdavis
May 11th, 2009, 09:01 AM
please post the code you are using to update the database. Have you tried running the update statement directly through your dbms to see if the update statement even works.