I have a page that calls a Server.Transfer to a different page in a subfolder of the original page.
ie page1 url = root/page1.aspx; page2 url = root/page2/page2.aspx
Page 2 contains a RadGrid within a RadAjaxPanel
If I sort by one of the columns in my grid, it works fine. If I sort again I get a System.Web.HttpException, stating that the file '/root/page2.aspx' does not exist.
It appears as if the callback is looking for the page2 to have the same path as page 1.
There are reasons behind our paging hierarchy, and I do not want to have to move pages about. Is there any other way to resolve this?
Thank you
Gillian
ie page1 url = root/page1.aspx; page2 url = root/page2/page2.aspx
Page 2 contains a RadGrid within a RadAjaxPanel
If I sort by one of the columns in my grid, it works fine. If I sort again I get a System.Web.HttpException, stating that the file '/root/page2.aspx' does not exist.
It appears as if the callback is looking for the page2 to have the same path as page 1.
There are reasons behind our paging hierarchy, and I do not want to have to move pages about. Is there any other way to resolve this?
Thank you
Gillian