Answer Posted / atul
Before u can start using navigation control (such as
menu,treview and sitemappath)in asp.net u must create
xmlsitemap called web.sitemap for asp driven class.
for example:-(this is for menu)
<?xml version="1.0" encoding="utf-8"?>
<siteMap
xmlns="http://schemas.microsoft.com/aspnet/SiteMap-File-1.0">
<siteMapNode url="~/default.aspx" title="Home" description="">
<siteMapNode url="~/Trailreport.aspx" title="trails"
description=""/>
<siteMapNode url="~/Diag.aspx" title="Diagnostics"
description=""/>
<siteMapNode url="~/contact.aspx" title="contact us"
description="" >
<siteMapNode url="~/feedback.aspx" title="Feedback"
description=""/>
</SiteMapNode>
</SiteMapNode>
</SiteMap>
This file is web.sitemap file and binding with the menu control.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is query string in asp.net?
Can you explain autopostback?
What is application state?
How do you handle server controls?
How can you access the properties and controls of master pages from content pages?
What is asp.net file?
Which adapter should you use, if you want to get the data from an access database?
Can more than one person use the same login?
What is s2s tracking?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are validator? Name the validation controls in asp.net?
Explain cashing in asp.net.
What is the difference between a multi-layer and multi-tier applications?
What is content place holder?
Is asp.net core faster?