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

ASP.NET

 
AnswerRe: Working with cached DataTables ? Pin
jkirkerx19-Nov-11 19:16
professionaljkirkerx19-Nov-11 19:16 
Questiondata source problem with web control Pin
rachel_m19-Nov-11 6:05
rachel_m19-Nov-11 6:05 
AnswerRe: data source problem with web control Pin
jkirkerx19-Nov-11 19:29
professionaljkirkerx19-Nov-11 19:29 
GeneralRe: data source problem with web control Pin
rachel_m20-Nov-11 8:43
rachel_m20-Nov-11 8:43 
GeneralRe: data source problem with web control Pin
jkirkerx20-Nov-11 9:10
professionaljkirkerx20-Nov-11 9:10 
GeneralRe: data source problem with web control Pin
rachel_m20-Nov-11 14:32
rachel_m20-Nov-11 14:32 
GeneralRe: data source problem with web control Pin
jkirkerx20-Nov-11 15:19
professionaljkirkerx20-Nov-11 15:19 
QuestionSite navigation link generation using sitemap Pin
Tridip Bhattacharjee18-Nov-11 23:46
professionalTridip Bhattacharjee18-Nov-11 23:46 
XML
i have site map like

<?xml version="1.0" encoding="utf-8" ?>

<siteMapNode url="~/DE/index.aspx" title="DE Home"  description="DE Home">
<siteMapNode url="~/DE/Parts.aspx" title="Part"  description="DE Part" />
<siteMapNode url="~/DE/SubParts.aspx" title="Subpart"  description="DE Subpart" />
</siteMapNode>

<siteMapNode url="~/US/index.aspx" title="US Home"  description="US Home">
<siteMapNode url="~/US/Parts.aspx" title="Part"  description="US Part" />
<siteMapNode url="~/US/SubParts.aspx" title="Subpart"  description="US Subpart" />
</siteMapNode>

<siteMapNode url="~/UK/index.aspx" title="UK Home"  description="UK Home">
<siteMapNode url="~/UK/Parts.aspx" title="Part"  description="UK Part" />
 <siteMapNode url="~/UK/SubParts.aspx" title="Subpart"  description="UK Subpart" />
</siteMapNode>

</siteMapNode>
</siteMap>

everything is working fine but last link in my breadcrum is showing as link rather it should show as label or span. how to get control over the generation of site navigation link and detect the link is last link and if the link is last link then span will be render other wise anchor tag will be render for site navigation in the page. how to achieve it. thanks

tbhattacharjee

AnswerRe: Site navigation link generation using sitemap Pin
jkirkerx19-Nov-11 19:35
professionaljkirkerx19-Nov-11 19:35 
AnswerRe: Site navigation link generation using sitemap Pin
Bernhard Hiller20-Nov-11 19:52
Bernhard Hiller20-Nov-11 19:52 
QuestionURL routing issue asp.net 4.0 Pin
Tridip Bhattacharjee18-Nov-11 23:42
professionalTridip Bhattacharjee18-Nov-11 23:42 
AnswerRe: URL routing issue asp.net 4.0 Pin
jkirkerx19-Nov-11 19:44
professionaljkirkerx19-Nov-11 19:44 
QuestionI have some queires releated to DataCalendar Pin
Ostwal Aarti18-Nov-11 1:37
Ostwal Aarti18-Nov-11 1:37 
AnswerRe: I have some queires releated to DataCalendar Pin
Blue_Boy18-Nov-11 1:54
Blue_Boy18-Nov-11 1:54 
QuestionMultiple dll's Refrencing Asp.net Website Pin
vishnukamath17-Nov-11 20:14
vishnukamath17-Nov-11 20:14 
QuestionRe: Multiple dll's Refrencing Asp.net Website Pin
Pandya Anil17-Nov-11 22:25
Pandya Anil17-Nov-11 22:25 
AnswerRe: Multiple dll's Refrencing Asp.net Website Pin
Richard MacCutchan18-Nov-11 0:44
mveRichard MacCutchan18-Nov-11 0:44 
AnswerRe: Multiple dll's Refrencing Asp.net Website Pin
jkirkerx19-Nov-11 19:51
professionaljkirkerx19-Nov-11 19:51 
QuestionGet Regional Language settings. Pin
Mugdha_Aditya17-Nov-11 19:56
Mugdha_Aditya17-Nov-11 19:56 
AnswerRe: Get Regional Language settings. Pin
Bernhard Hiller18-Nov-11 0:59
Bernhard Hiller18-Nov-11 0:59 
AnswerRe: Get Regional Language settings. Pin
jkirkerx19-Nov-11 19:55
professionaljkirkerx19-Nov-11 19:55 
GeneralRe: Get Regional Language settings. Pin
Mugdha_Aditya20-Nov-11 17:38
Mugdha_Aditya20-Nov-11 17:38 
GeneralRe: Get Regional Language settings. Pin
jkirkerx20-Nov-11 18:16
professionaljkirkerx20-Nov-11 18:16 
GeneralRe: Get Regional Language settings. Pin
Mugdha_Aditya21-Nov-11 2:30
Mugdha_Aditya21-Nov-11 2:30 
GeneralRe: Get Regional Language settings. Pin
jkirkerx21-Nov-11 7:17
professionaljkirkerx21-Nov-11 7:17 

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.