Click here to Skip to main content
15,896,348 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have publish my website on IIS server .I did successfull login but when i am trying to fire update query from server recored are not updating and also it's neither showing any result nor any errors .I have my database on sql-server 2008 r2.


Please help how to resolve this issue
Posted
Comments
Hemant Singh Rautela 30-Dec-13 7:27am    
Have you primary key in your table...??
SarveshShukla 30-Dec-13 7:46am    
Are updates working in debugging mode?

There are many ways to track what is happening inside your App.
Please log your events and data either in files or database.

Put Try Catch Block in your code to handle the Exceptions. Log these exceptions.

There may be multiple reasons to your problem.
It may be database connection issue or update query error, typo mistakes etc.

Once you log some info about your progress of Application, you will get hint about the issue.
Then tracking and resolving will be easier.

Saying all this, I strongly recommend to put your code here for reference by clicking on Improve question link.
 
Share this answer
 
Use Try Catch Block in your code to handle the Exceptions.This will helps u better...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900