I have some problems with RadGrid if I wanna use the paging function with AJAX. I got this error message:
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
The page i wanna use the grid has a master-page. The controls on this page are ScriptManager, RadAjaxManager, RadCodeBlock and RadScriptCodeBlock. I cannot find any code to add into code-block controls, because there's nothing in aspx file about JavaScript codes.
I only use the codes like <% Response.Write(kategoriHiyerarsi); %> , but it only writes text and not JS code. I do the same things on seperate page, which has not a master page, and get no error.
Thanks...