saseow
Posts: 744
|
| Posted: 03/29/2012, 12:26 AM |
|
I have a page with an editable grid and a normal grid.
The editable grid has an UpdateDB AJAX feature that copies the records into a table that the normal grid is attached to. It works perfectly and the data is copied correctly.
The problem is that I want the normal grid to refresh with an Update Panel but the minute I add the Update Panel to the page the UpdateDB feature stops working completely.
I am hoping that someone who is an AJAX guru can provide some insight to this hassle.
Trevor
|
 |
 |
saseow
Posts: 744
|
| Posted: 04/09/2012, 9:07 PM |
|
Yes provided a solution for this problem:
It happens because the code block "Include User Scripts" is treated as modified. Namely the link to ajaxpanel.js appears to be missed after adding UpdatePanel. It bring client side error and break the ajax code.
To overcome the problem open the page in HTML mode, select the code block starting from
Include User Scripts
and ending with
End Include User Scripts
Delete this block and regenerate the page using F8 option.
|
 |
 |
|