asp.net - Create link as we navigate inside menu bar? -
We are currently shown below the image as per the requirement.
is too much but I do not have specific key words, so I did not find anything.
We need to display the link in the navigation bar so that the user can select the appropriate page and select the appropriate page without front and back. .
How can I do this in the Asp net, as I have shown in the image below.
Thank you very much ........ < / P>
Here you can put a look at In the basic form, you can use a list on the pages where you want to show the link. Suppose you have three pages A, B, and C, add a list like on the bottom of each page. So you go in this way Add the following to your list on page A's code. Similarly B and so on. navigation and here
site Map of
hyperlink navy = new hyperlink (); Nav.NavigateUrl = "A.aspx"; // You can also pass parameters here. HtmlGenericControl Li = New HtmlGenericControl ("
hyperlink NA = new hyperlink (); Nav.NavigateUrl = "A.aspx"; // You can also pass parameters here. HtmlGenericControl Li = New HtmlGenericControl ("
Comments
Post a Comment