Asp.Net

Tuesday, 1 October 2013

Navigation to the different files

1st add a file to the project, then in asp.aspx put in hyperlink button and in design part set that navigate url to the specified as below

<asp:HyperLink ID="hyp" runat="server"
            NavigateUrl="~/pdf/ASP.NET Interview Questions.doc">registration</asp:HyperLink>


No comments:

Post a Comment