Click here to Skip to main content
15,923,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCompareValidator firing server side on date input [modified] Pin
DanB198319-Mar-09 12:32
DanB198319-Mar-09 12:32 
AnswerRe: CompareValidator firing server side on date input Pin
DanB198320-Mar-09 2:33
DanB198320-Mar-09 2:33 
QuestionProblem with image transparent background Pin
StuffyEst19-Mar-09 9:25
StuffyEst19-Mar-09 9:25 
AnswerRe: Problem with image transparent background Pin
Christian Graus19-Mar-09 9:55
protectorChristian Graus19-Mar-09 9:55 
GeneralRe: Problem with image transparent background Pin
StuffyEst19-Mar-09 9:58
StuffyEst19-Mar-09 9:58 
QuestionDrag and Drop images using .net and flash Pin
dotnetlover_1119-Mar-09 8:06
dotnetlover_1119-Mar-09 8:06 
AnswerRe: Drag and Drop images using .net and flash Pin
Christian Graus19-Mar-09 9:53
protectorChristian Graus19-Mar-09 9:53 
QuestionSiteMapPath problem Pin
TAK7819-Mar-09 6:52
TAK7819-Mar-09 6:52 
I'm trying to build a sitemap so users can follow the path.
My issue is that I can have multiple same landing pages of categories under different industries or products.
Here is a sample of my sitemap:
<siteMapNode url="~/home.aspx" title="Home" description="Home Page">

<siteMapNode url="~/industry.aspx?ztid=0" title="Automotive" description="">
<siteMapNode url="~/productDetails.aspx?catID=16" title="Wire Marker Booklets" />
<siteMapNode url="~/productDetails.aspx?catID=28" title="Cable Marker Dispenser" />
</siteMapNode>

<siteMapNode url="~/industry.aspx?ztid=1" title="Aviation/Aerospace" description="" />
<siteMapNode url="~/productDetails.aspx?catID=1" title="Self-Laminating Labels" />
</siteMapNode>

<siteMapNode url="~/productList.aspx?ztid=0" title="Pre-printed Wire Markers" >
<siteMapNode url="~/productDetails.aspx?catID=16" title="Wire Marker Booklets" />
<siteMapNode url="~/productDetails.aspx?catID=28" title="Cable Marker Dispenser" />
</siteMapNode>

<siteMapNode url="~/productList.aspx?ztid=1" title="Self Laminated Labels" />
<siteMapNode url="~/productDetails.aspx?catID=1" title="Self-Laminating Labels" />
<siteMapNode url="~/productDetails.aspx?catID=16" title="Wire Marker Booklets" />
</siteMapNode>

<siteMapNode url="~/productList.aspx?ztid=2" title="Blank Printable" description="" />
<siteMapNode url="~/productDetails.aspx?catID=1" title="Self-Laminating Labels" />
<siteMapNode url="~/productDetails.aspx?catID=16" title="Wire Marker Booklets" />
<siteMapNode url="~/productDetails.aspx?catID=28" title="Cable Marker Dispenser" />
</siteMapNode>

</siteMapNode>

How could I create this without having to create like
<siteMapNode url="~/productDetails.aspx?catID=28a" title="Cable Marker Dispenser" />
<siteMapNode url="~/productDetails.aspx?catID=28b" title="Cable Marker Dispenser" />
<siteMapNode url="~/productDetails.aspx?catID=28c" title="Cable Marker Dispenser" />

So it won't create an error? Would also not be efficient for programming.

Please advise, I'm also open to other solutions.

Thanks
Thomas
Questionstress testing webservice Pin
dd31415919-Mar-09 6:25
dd31415919-Mar-09 6:25 
AnswerRe: stress testing webservice Pin
N a v a n e e t h19-Mar-09 6:51
N a v a n e e t h19-Mar-09 6:51 
GeneralRe: stress testing webservice Pin
dd31415919-Mar-09 7:03
dd31415919-Mar-09 7:03 
AnswerRe: stress testing webservice Pin
Yusuf19-Mar-09 6:55
Yusuf19-Mar-09 6:55 
GeneralRe: stress testing webservice Pin
dd31415919-Mar-09 7:03
dd31415919-Mar-09 7:03 
AnswerGrinder Pin
David Mujica19-Mar-09 8:20
David Mujica19-Mar-09 8:20 
GeneralRe: Grinder Pin
Christian Graus19-Mar-09 10:00
protectorChristian Graus19-Mar-09 10:00 
Questionadd images with list item in listbox in asp.net Pin
Mogaambo19-Mar-09 5:28
Mogaambo19-Mar-09 5:28 
AnswerRe: add images with list item in listbox in asp.net Pin
N a v a n e e t h19-Mar-09 6:52
N a v a n e e t h19-Mar-09 6:52 
AnswerRe: add images with list item in listbox in asp.net Pin
Yusuf19-Mar-09 6:57
Yusuf19-Mar-09 6:57 
AnswerRe: add images with list item in listbox in asp.net Pin
Abhijit Jana19-Mar-09 18:47
professionalAbhijit Jana19-Mar-09 18:47 
QuestionChecking the fail status of windows service Pin
gottimukkala19-Mar-09 5:06
gottimukkala19-Mar-09 5:06 
AnswerRe: Checking the fail status of windows service Pin
Abhijit Jana19-Mar-09 5:40
professionalAbhijit Jana19-Mar-09 5:40 
AnswerRe: Checking the fail status of windows service Pin
N a v a n e e t h19-Mar-09 6:54
N a v a n e e t h19-Mar-09 6:54 
AnswerRe: Checking the fail status of windows service Pin
Yusuf19-Mar-09 7:03
Yusuf19-Mar-09 7:03 
GeneralRe: Checking the fail status of windows service Pin
gottimukkala19-Mar-09 21:55
gottimukkala19-Mar-09 21:55 
QuestionMultiselect in a Gridview cells Pin
Vimalsoft(Pty) Ltd19-Mar-09 4:45
professionalVimalsoft(Pty) Ltd19-Mar-09 4:45 

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.