iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
in my program ! first I Add three Row to the webgrid, and then delete a row use UndoChanges (); Last grid.AcceptAllChanges ();
Tip mistake: Unhandled exception. Unable to communicate with server. Looking for a long time because I still do not know how to solve ,if you know please tell me ,thanks
Hello,
This error usually happens because WebGrid get a timeout when connecting to server. The other possibilities are because useing unbound. In unbound mode, this error will show everytime you use FlyPostBack request such as sorting, refresh, accept changes, etc.
Could you please let me know how do you bind your WebGrid and how do you handle the update process?
hello Riendy Setiadi, Thank you very much for you answer. The follow attachement is my project code. In which it show how how i bind the webgrid and update it!
This error occurs when WebGrid could not bind the data. There are some mistakes when bind the data :
1. Select query to bind data into WebGrid got an error.
You can check Execute query on query builder. Please follow this steps to checking :
2. Display structure on WebGrid did not match with data in AccessDataControl1
You makes 8 column in WebGrid which is doesn't exist in AccessDataControl1. There are Quantity, Discount, TotalMoney, and OrderID in your display structure.
Because of this mistaken, there is no database that bound, so WebGrid has return null and cannot use any FlyPostBack request.
I have modified your sample and using AccessDataSource2. you can check on my attachment.
Please do not hestitate to ask if you still have a question.
Riendy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname