Thursday, 3 May 2012

Sitemap used for current status of the web page


Definition: -
                   Site map is used to create the hierarchy for the navigation of the current website.

Procedure to get the current status of the application: -

    Choose Website à Add new Item à Site Map à Create it

Code for the Site Map File: -

<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
    <siteMapNode url="" title="Master"  description="Master">
        <siteMapNode url="reg.aspx" title="Registration"  description="Registration" />
        <siteMapNode url="login.aspx" title="Login"  description="Login" />
    </siteMapNode>
</siteMap>

No comments:

Post a Comment

QUICK REVISION of the Informatics Practices Examination

QUICK REVISION of the Informatics Practices Examination Data Types Every value belongs to a specific data type in Python. Data type iden...