Hi,
I get an error [HttpException (0x80004005): Cannot use a leading .. to exit above the top directory.]
with:
<telerik:radButton ButtonType="LinkButton" NavigateUrl="~/shop/shoppingcart.aspx" id="btn_nextsteptop" runat="server"><ContentTemplate>
<asp:Literal ID="Literal1" Text="Jippeee" runat="server"></asp:Literal></ContentTemplate></telerik:radButton>
When I remove the tilde then the error is not occuring, so probably the relative path functionality is broken here?
Marc