what is sitemap
Answers were Sorted based on User's Feedback
Answer / ramesh
it is Navigation control to navigate different pages in our site
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sankar
To use ASP.NET site navigation, you must describe the structure of the site so that the site navigation API and the site navigation controls can expose the site structure properly. By default, the site navigation system uses an XML file that contains the site hierarchy. However, you can also configure the site navigation system to use alternative data sources.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / shipra agarwal
Sitemap is a datasource in asp.net web applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does assembly versioning in .NET prevent DLL Hell?
3 Answers Satyam, Siebel Systems,
Which one is better WebService and Remoting ?
What is a process ?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
What are the different types of channels used by .net remoting?
Define remotable objects in .net remoting?
What is a strong name?
Define singlecall activation mode in .net remoting?
Can we configure a .net remoting object via xml file?
Which Namespaces is used to achieve the Remoting?
Can you pass SOAP messages through remoting?
What are remotable objects in .NET Remoting?