Click here to Skip to main content
15,891,976 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow do i get IST time format. Pin
shiva.kore25-Dec-09 23:56
shiva.kore25-Dec-09 23:56 
AnswerRe: how do i get IST time format. Pin
ais0726-Dec-09 1:01
ais0726-Dec-09 1:01 
GeneralRe: how do i get IST time format. Pin
Nishant Singh26-Dec-09 2:33
Nishant Singh26-Dec-09 2:33 
Questionsite navigation Pin
mylogics25-Dec-09 19:55
professionalmylogics25-Dec-09 19:55 
AnswerRe: site navigation Pin
Aman Bhullar25-Dec-09 23:42
Aman Bhullar25-Dec-09 23:42 
GeneralRe: site navigation Pin
mylogics25-Dec-09 23:44
professionalmylogics25-Dec-09 23:44 
GeneralRe: site navigation Pin
Abhijit Jana26-Dec-09 0:36
professionalAbhijit Jana26-Dec-09 0:36 
AnswerRe: site navigation Pin
sashidhar26-Dec-09 22:36
sashidhar26-Dec-09 22:36 
try like this..!
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >

  <siteMapNode url="Default2.aspx" title="Home"  description="This is Home Page.">
    <siteMapNode url="Stones.aspx" title="stones" description="Refine stones page">
      <siteMapNode url="ProductStone.aspx" title="ProductStone" description="Product Stone page">
        <siteMapNode url="Cart.aspx" title="Cart" description="Cart page"></siteMapNode>
      </siteMapNode>
    </siteMapNode>
    <siteMapNode url="Newarrivals.aspx" title="stones" description="Refine stones page">
      <siteMapNode url="ProductStone.aspx?ssd=asd" title="ProductStone" description="Product Stone page">
        <siteMapNode url="Cart.aspx?ssd=asd" title="Cart" description="Cart page"></siteMapNode>
      </siteMapNode>
    </siteMapNode>
  </siteMapNode>    
</siteMap>



For More info of Menu Control refer this link..!
Menu Control Selected Item Color Change Depending on Selection [^]


LatestArticle :Log4Net

Why Do Some People Forget To Mark as Answer .If It Helps.

Questioncaching best architecture [modified] Pin
Amr M. K.25-Dec-09 5:53
Amr M. K.25-Dec-09 5:53 
AnswerRe: caching best architecture Pin
Abhijit Jana25-Dec-09 6:07
professionalAbhijit Jana25-Dec-09 6:07 
GeneralRe: caching best architecture Pin
Amr M. K.25-Dec-09 9:45
Amr M. K.25-Dec-09 9:45 
GeneralRe: caching best architecture Pin
Abhijit Jana26-Dec-09 0:39
professionalAbhijit Jana26-Dec-09 0:39 
GeneralRe: caching best architecture Pin
Amr M. K.26-Dec-09 0:44
Amr M. K.26-Dec-09 0:44 
GeneralRe: caching best architecture Pin
Abhijit Jana26-Dec-09 0:55
professionalAbhijit Jana26-Dec-09 0:55 
QuestionLayered web project with ASP.NET Pin
mrkeivan25-Dec-09 4:39
mrkeivan25-Dec-09 4:39 
AnswerRe: Layered web project with ASP.NET Pin
Gamzun25-Dec-09 20:18
Gamzun25-Dec-09 20:18 
QuestionWhy ms office dlls should not be there on the server Pin
vnr25-Dec-09 3:40
vnr25-Dec-09 3:40 
AnswerRe: Why ms office dlls should not be there on the server Pin
Abhijit Jana25-Dec-09 4:30
professionalAbhijit Jana25-Dec-09 4:30 
GeneralRe: Why ms office dlls should not be there on the server Pin
vnr27-Dec-09 3:12
vnr27-Dec-09 3:12 
Questionpostback event in cloud computing Pin
krishnaveer25-Dec-09 1:10
krishnaveer25-Dec-09 1:10 
AnswerRe: postback event in cloud computing Pin
Abhijit Jana25-Dec-09 1:32
professionalAbhijit Jana25-Dec-09 1:32 
GeneralRe: postback event in cloud computing Pin
krishnaveer25-Dec-09 1:42
krishnaveer25-Dec-09 1:42 
Questionnavigation Pin
mylogics24-Dec-09 22:58
professionalmylogics24-Dec-09 22:58 
AnswerRe: navigation Pin
Aman Bhullar24-Dec-09 23:13
Aman Bhullar24-Dec-09 23:13 
GeneralRe: navigation Pin
mylogics24-Dec-09 23:22
professionalmylogics24-Dec-09 23:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.