Can't get the correct data table

4 replies. Last post: May 10, 2012 11:50 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Michael ZhouMember

I'm using WebGrid Enterprise 7.0 in my project.

I created a WebGrid for users to set data in web page. The WebGrid loads data correctly. Users can change every cell in the WebGrid. After editing, user processes Save button. Then I save all the data in cells to database.

The way I get data is:

DataTable dt = this.wdgProjectRateSet.DataSource as DataTable;

 

My problem is: after I deployed the website to our IIS server, the result of the datatabe (dt) is the data before user changes it sometimes (which means the data is correct sometimes). When I debug the website in my computer, the data is correct all the time.

Hope someone can help me resolve it soon. Thank you very much.

All times are GMT -5. The time now is 7:26 AM.
Previous Next