Click here to Skip to main content
15,885,948 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to catch page not found error when redirecting Pin
Blue_Boy30-Apr-08 10:31
Blue_Boy30-Apr-08 10:31 
AnswerRe: How to catch page not found error when redirecting Pin
Sankar Komma 30-Apr-08 10:41
Sankar Komma 30-Apr-08 10:41 
Question[c#] read a table from a web page Pin
Joshua8230-Apr-08 8:22
Joshua8230-Apr-08 8:22 
AnswerRe: [c#] read a table from a web page Pin
Christian Graus30-Apr-08 10:51
protectorChristian Graus30-Apr-08 10:51 
AnswerRe: [c#] read a table from a web page Pin
Colin Angus Mackay30-Apr-08 13:56
Colin Angus Mackay30-Apr-08 13:56 
GeneralRe: [c#] read a table from a web page Pin
Joshua8230-Apr-08 22:41
Joshua8230-Apr-08 22:41 
Question403 Forbidden Error Due To Incorrect Impersonation Level? Pin
TGT30-Apr-08 6:23
TGT30-Apr-08 6:23 
QuestionDatabound sitemap navigation Pin
Ariel Kazeed30-Apr-08 5:04
Ariel Kazeed30-Apr-08 5:04 
Hello everyone, I've searched forums, articles, msdn, and google [which I bet many people who post here don't do often] and after hour and a half I'm still stuck. See if you can give me a hand.

Thing is I have a site with a web.sitemap, in my MasterPage I've got a Menu and a SiteMapNavigation control to act as breadcrumb. Here it is:

<code><siteMapNode title="Peticiones" url="" description="Gestión de Peticiones de Documentación">
<siteMapNode url="~/Peticiones/PeticionDocumentacion.aspx" title="Nueva Petición a GADSA" description="Nueva Petición a GADSA" />
<siteMapNode url="~/Peticiones/RecepcionDocumentacion.aspx" title="Recepción de Documentación" description="Recepción de Documentación">
<siteMapNode url="~/Peticiones/InformarIncidencias.aspx" title="Informar Incidencias" description ="Informar Incidencias"/>
</siteMapNode>
<siteMapNode url="~/Peticiones/UbicacionPeticiones.aspx" title="Ubicación de Peticiones" description="Ubicación de la Documentación que se ha solicitado." />
</siteMapNode></code>

My problem is that SitemapNode "Informar Incidencias". I delete this node from the menu once it is databound so users cannot click on it. It links to a form used to report erros, which is only accessed when needed so I don't want it to appear on the menu. Well, whenever I do <code>Server.Transfer("~/Peticiones/InformarIncidencias.aspx")</code> I'd like the breadcrumb SiteMapPath control to update to my current site location, but I haven't found any way to this, so my breadcrumb only updates when I click on some menu item.

Does anyone know a way so I can set the web application current location programatically?

Thanks in advance

Kazz

"Users are there to click on things, not think. Let the archs do the damn thinking."
QuestionCopying website ?? Pin
kindman_nb30-Apr-08 4:35
kindman_nb30-Apr-08 4:35 
AnswerRe: Copying website ?? Pin
eyeseetee30-Apr-08 5:03
eyeseetee30-Apr-08 5:03 
GeneralRe: Copying website ?? Pin
kindman_nb30-Apr-08 5:08
kindman_nb30-Apr-08 5:08 
QuestionSending mail from the default email client - problem Pin
lune1230-Apr-08 4:21
lune1230-Apr-08 4:21 
AnswerRe: Sending mail from the default email client - problem Pin
i gr830-Apr-08 9:12
i gr830-Apr-08 9:12 
AnswerRe: Sending mail from the default email client - problem Pin
Christian Graus30-Apr-08 10:54
protectorChristian Graus30-Apr-08 10:54 
QuestionRe: Sending mail from the default email client - problem Pin
lune1230-Apr-08 20:48
lune1230-Apr-08 20:48 
AnswerRe: Sending mail from the default email client - problem Pin
Christian Graus30-Apr-08 23:15
protectorChristian Graus30-Apr-08 23:15 
QuestionRe: Sending mail from the default email client - problem Pin
lune121-May-08 1:32
lune121-May-08 1:32 
AnswerRe: Sending mail from the default email client - problem Pin
Christian Graus1-May-08 3:00
protectorChristian Graus1-May-08 3:00 
QuestionSession Timeout Problem ....Pls Help Pin
koolprasad200330-Apr-08 3:49
professionalkoolprasad200330-Apr-08 3:49 
AnswerRe: Session Timeout Problem ....Pls Help Pin
N a v a n e e t h30-Apr-08 3:57
N a v a n e e t h30-Apr-08 3:57 
AnswerRe: Session Timeout Problem ....Pls Help Pin
Guffa30-Apr-08 4:12
Guffa30-Apr-08 4:12 
JokeRe: Session Timeout Problem ....Pls Help Pin
CPallini30-Apr-08 7:34
mveCPallini30-Apr-08 7:34 
Questionshow drop downlist values on mouseover Pin
gottimukkala30-Apr-08 3:14
gottimukkala30-Apr-08 3:14 
AnswerRe: show drop downlist values on mouseover Pin
squattyarun30-Apr-08 3:16
squattyarun30-Apr-08 3:16 
GeneralRe: show drop downlist values on mouseover Pin
gottimukkala30-Apr-08 3:50
gottimukkala30-Apr-08 3:50 

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.