Click here to Skip to main content
16,005,120 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPostback result in new window? Pin
pahlsson2-Nov-06 9:41
pahlsson2-Nov-06 9:41 
AnswerRe: Postback result in new window? Pin
Britney S. Morales2-Nov-06 11:58
Britney S. Morales2-Nov-06 11:58 
QuestionSQL Server 2005 Looping Pin
nature02762-Nov-06 9:37
nature02762-Nov-06 9:37 
QuestionMultiple SiteMapProviders Pin
nlindley72-Nov-06 9:20
nlindley72-Nov-06 9:20 
QuestionAsp.net User controls Pin
mcd24242-Nov-06 8:32
mcd24242-Nov-06 8:32 
AnswerRe: Asp.net User controls Pin
Guffa2-Nov-06 8:43
Guffa2-Nov-06 8:43 
GeneralRe: Asp.net User controls Pin
mcd24242-Nov-06 8:46
mcd24242-Nov-06 8:46 
QuestionAdd nodes to SiteMapPath Pin
shapper2-Nov-06 7:46
shapper2-Nov-06 7:46 
Hello,

I want to add nodes to Asp.Net 2.0 SiteMapPath in my runtime code.

I did as follows:

' Create site map path node collection
Dim siteMapPathNodeCollection As SiteMapNodeCollection

' Add node
siteMapPathNodeCollection.Add(New SiteMapNode(...))

My problem is I am ask to insert a 'provider' in SiteMapNode. I don't get it.

I have a data view with various rows and 2 columns 'Title' and 'Url'.
All I want is add these rows values to my site map path.

I was trying to loop through each row in my dataview but I am getting this problem with the provider.

Can someone sugest me how to do this?

Thanks,
Miguel
AnswerRe: Get XML node value Pin
Elina Blank2-Nov-06 7:46
sitebuilderElina Blank2-Nov-06 7:46 
QuestionOpensource Groups? Source Code? Recommended Books/Sites? Please Help! Pin
Luke Armstrong2-Nov-06 6:14
Luke Armstrong2-Nov-06 6:14 
AnswerRe: Opensource Groups? Source Code? Recommended Books/Sites? Please Help! Pin
Luke Armstrong2-Nov-06 12:37
Luke Armstrong2-Nov-06 12:37 
Question.net 2.0 Custom Web Services in SharePoint 2003 Pin
braber2-Nov-06 5:31
braber2-Nov-06 5:31 
QuestionGo through XML nodes Pin
shapper2-Nov-06 4:30
shapper2-Nov-06 4:30 
AnswerRe: Go through XML nodes Pin
braber2-Nov-06 5:37
braber2-Nov-06 5:37 
QuestionIntercepting Keystrokes Pin
Marc Paliotti2-Nov-06 4:08
Marc Paliotti2-Nov-06 4:08 
AnswerRe: Intercepting Keystrokes Pin
Tad McClellan2-Nov-06 4:28
professionalTad McClellan2-Nov-06 4:28 
GeneralRe: Intercepting Keystrokes Pin
Marc Paliotti2-Nov-06 4:34
Marc Paliotti2-Nov-06 4:34 
AnswerRe: Intercepting Keystrokes Pin
Guffa2-Nov-06 4:53
Guffa2-Nov-06 4:53 
GeneralRe: Intercepting Keystrokes Pin
Tad McClellan2-Nov-06 11:59
professionalTad McClellan2-Nov-06 11:59 
Questionbypass pop up blocker in IE7 Pin
lucluv2-Nov-06 3:31
lucluv2-Nov-06 3:31 
AnswerRe: bypass pop up blocker in IE7 Pin
ConXioN2-Nov-06 4:38
ConXioN2-Nov-06 4:38 
QuestionDNN User Authentication Pin
_mubashir2-Nov-06 3:15
_mubashir2-Nov-06 3:15 
AnswerRe: DNN User Authentication Pin
ConXioN2-Nov-06 4:29
ConXioN2-Nov-06 4:29 
GeneralRe: DNN User Authentication Pin
_mubashir2-Nov-06 5:49
_mubashir2-Nov-06 5:49 
QuestionDeleting Items from database which are displayed in datagrid Pin
Khan.Bangash2-Nov-06 2:52
Khan.Bangash2-Nov-06 2:52 

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.