On my page (root folder) I am opening a dialog with ajax loaded content (jQuery) taken from ~/ajax/WebPage.aspx?id=1. The content has an asp.net server control (a button). The problem is when I click on the button a postback happens, but instead of posting to ~/ajax/WebPage.aspx?id=1 it goes to ~/WebPage.aspx?id=1 which of course does not exist.
What is a fix, I don't want to move my ajax page to the root folder, because it may be called from multiple places.
