Navigation Controls in ASP
Navigation Controls in ASP
net
Navigation controls are very important for websites.Navigation controls are basically
used to navigate the user through webpage .It is more helpful for making the navigation
of pages easier .There are three controls in ASP.NET ,Which are used for Navigation on
the webpage.
1. TreeView control
2. Menu Control
3. SiteMapPath control
1. TreeView control
Step 1: First Add a Web Form and a SiteMap in Solution Explorer as shown
below-->Add
</siteMap>
Step 3: Now drag and drop TreeView control on the Form-->Now choose Data
Source-->select New data source-->Select SiteMap as sown below: