What for use web.sitemap in asp.net?
Answer / 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 |
Where is the view state data stored?
Can I combine classic asp and asp.net pages?
Describe the difference between inline and code behind - which is best in a loosely coupled solution Tightly coupled - INLINE
4. How do you plan to achieve these goals?
7 Answers Burger King, Latest, Swatz Oils,
What base class do all Web Forms inherit from?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is the Impprsonation?and what is the importence of that?
Which protocol is used to call a web service?
What for use web.sitemap in asp.net?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What does setting a control's EnableViewState property to false accomplish?
What is the difference between Webservice and WCF
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)