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
How many types cache in asp net?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What kind of data can be stored in viewstate?
Explain authorization levels in .net ?
What is difference between viewstate and session in asp net?
What do you mean by authentication?
What is the server of asp.net?
How can I create master page in asp net?
What are session and cookies?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Explain the different parts that constitute ASP.NET application?
About CLR, reflection and assemblies?
What is class and object in asp.net?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Is oauth for authentication or authorization?