Use of ResolveClientUrl() method in getting browser-acceptable relative URL

In .NET, we always use tilde (~) to refer to root virtual directory of the web application. For instance, <asp:Image runat="server" ImageUrl="~/images/mypic.gif" /> However, in order to generate a URL...

Read More