Answer Posted / 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 |
Post New Answer View All Answers
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Which Namespaces is used to achieve the Remoting?
What are the remotable objects in .net remoting?
How to directly call a native function exported from a dll?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
What do you mean by windows authentication?
What is the proxy of the server object in .net remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Define delegates and events?
What are the different types of channels used by .net remoting and which is the best one?
Define remotable objects in .net remoting?
Explain threading types?
Define singleton activation mode in .net remoting?
Difference between .net remoting versus distributed com?
What is unboxing?