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

ASP.NET

 
AnswerRe: confirm message box. Pin
dan!sh 26-Dec-09 18:21
professional dan!sh 26-Dec-09 18:21 
Questionfree forum script in asp.net Pin
dift26-Dec-09 5:08
dift26-Dec-09 5:08 
AnswerRe: free forum script in asp.net Pin
Abhishek Sur26-Dec-09 5:29
professionalAbhishek Sur26-Dec-09 5:29 
AnswerRe: free forum script in asp.net Pin
Aman Bhullar27-Dec-09 17:53
Aman Bhullar27-Dec-09 17:53 
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 
hi i am using sitemappath control in my website.i have some pages in common like:
home>>stonecollection>>ProductStone>>Cart>>...
home>>newarrivals>>ProductStone>>Cart>>...
i use the following sitemap file:
<?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" title="ProductStone" description="Product Stone page">
        <siteMapNode url="Cart.aspx" title="Cart" description="Cart page"></siteMapNode>
      </siteMapNode>
    </siteMapNode>
  </siteMapNode>    
</siteMap>

but i got error:multiple nodes with same url found.
when i remove the sitemapnode with url productstone.aspx and cart.aspx from one of the parent node
the problem is solved but i want sitemap in above pattern.tell me what to do.....

thank's
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 
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 

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.