Reference Root Path : Path « Development « ASP.Net






Reference Root Path

<html> 
<body>
<h1>Root path reference test page</h1>
<form runat="server">
<a href="~/otherpages/hi.aspx" runat="server">
<img runat="server" src="~/images/hi.gif"/>
</a>
</form>

</body> </html>

           
       








Related examples in the same category