Hi,
I put this code in to master page,so that page would be refresh partially. but i am getting
this error :
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Code :
I have a aspx page that contain search button and results binding in to treeview. here I dont want page refreshing when click on submit..
If i remove RadAjaxPanel then it works fine but page is refreshing.
How can I do partial page updates using telerik ?
Thanks in advance
I put this code in to master page,so that page would be refresh partially. but i am getting
this error :
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Code :
<
form
id
=
"form1"
runat
=
"server"
>
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
>
</
telerik:RadScriptManager
>
<
div
>
<
telerik:RadAjaxPanel
runat
=
"server"
ID
=
"RadAjaxPanel1"
>
<
asp:Table
ID
=
"Table1"
runat
=
"server"
CellSpacing
=
"0"
CellPadding
=
"0"
border
=
"0"
</asp:Table>
</
telerik:RadAjaxPanel
>
</
div
>
</
form
>
I have a aspx page that contain search button and results binding in to treeview. here I dont want page refreshing when click on submit..
If i remove RadAjaxPanel then it works fine but page is refreshing.
How can I do partial page updates using telerik ?
Thanks in advance