Hi guys,
I have the following situation. I`m loading a radwindow which has a formview within it.
The formview has some textboxes and a delete button at the bottom of the page and is wrapped by a RadAjaxPanel. Once I click the delete button, I'm opening a radconfirm control which ask me whether to delete the current item or not.
If I click "yes" and for some reason, the system is not able to delete it, then I'm loading the status error by codebehind using this line of code:
ScriptManager.RegisterStartupScript(this, this.GetType(), "radalert", scriptstring, true);
However, I'm getting the following javascript error:
"this._windows.length is nul or not an object"
If I remove the ajax panel, then I'm getting an "undefined" error in the following line (from the ScriptResource.axd)
var _6=_5._getStandardPopup("alert",_1);
Do you have any idea what's going on here ?
Thanks in advance.
François.
I have the following situation. I`m loading a radwindow which has a formview within it.
The formview has some textboxes and a delete button at the bottom of the page and is wrapped by a RadAjaxPanel. Once I click the delete button, I'm opening a radconfirm control which ask me whether to delete the current item or not.
If I click "yes" and for some reason, the system is not able to delete it, then I'm loading the status error by codebehind using this line of code:
ScriptManager.RegisterStartupScript(this, this.GetType(), "radalert", scriptstring, true);
However, I'm getting the following javascript error:
"this._windows.length is nul or not an object"
If I remove the ajax panel, then I'm getting an "undefined" error in the following line (from the ScriptResource.axd)
var _6=_5._getStandardPopup("alert",_1);
Do you have any idea what's going on here ?
Thanks in advance.
François.