Introduction to WebSite Navigation If you are creating a professional website then it needs a complete navigation system that allows you to move from one page to another, without the need of copying …
Read More »WebSite Navigation
Site Maps
Site Maps If your website has a large number of pages, then you need navigation system so that users can move from one page to the another easily. So, you can use the ASP.NET toolkit …
Read More »Rules that ASP.NET SiteMap follow:
Rule1:SiteMaps Begin with the <SiteMap> Element Every Web.Sitemap file begins by declaring the <SiteMap> element and ends by closing that element.You will place all the SiteMap Information between the start and end Tags. The xmls …
Read More »The SiteMap Path Control
The TreeView shows the available pages, but it does not indicate where you are currently positioned. To solve this problem, it is common to use the TreeView in conjunction with the SiteMapPath Control which is …
Read More »Tree View styles
Styles are represented by the TreeNodeStyle class, which derives from the style class. As with other rich controls, the style gives you options to set background and foreground colors, fonts, and borders.
Read More »The Menu Control
The Menu Control is another rich control that supports hierarchical data.you can bind the Menu Control to a data source. Let’s try the Menu Control in the Master page, so remove the TreeView control and …
Read More »Difference between Menu and TreeView Controls
Difference between Menu and TreeView Controls Menu Control 1. The Menu Control displays a single submenu. 2. The Menu displays a root level of links in the page. All other items are displayed …
Read More »