Click here to Skip to main content
15,917,538 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: ConnectionString Problem!!! Pin
Guffa2-Nov-06 14:08
Guffa2-Nov-06 14:08 
AnswerRe: ConnectionString Problem!!! Pin
immori3-Nov-06 18:51
immori3-Nov-06 18:51 
AnswerRe: ConnectionString Problem!!! Pin
Guffa4-Nov-06 2:24
Guffa4-Nov-06 2:24 
QuestionError Type: Either BOF or EOF is True Pin
Skanless2-Nov-06 11:25
Skanless2-Nov-06 11:25 
AnswerRe: Error Type: Either BOF or EOF is True Pin
Akhilesh Yadav2-Nov-06 23:31
Akhilesh Yadav2-Nov-06 23:31 
QuestionHTTP Module and Application path Pin
Ponzano Paolo2-Nov-06 10:10
Ponzano Paolo2-Nov-06 10:10 
AnswerRe: HTTP Module and Application path Pin
Akhilesh Yadav2-Nov-06 23:34
Akhilesh Yadav2-Nov-06 23:34 
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 
AnswerRe: Get XML node value Pin
Elina Blank2-Nov-06 7:46
sitebuilderElina Blank2-Nov-06 7:46 
Take a look at this:

XmlAttributeCollection attrColl = myElement.Attributes;<br />
<br />
        // Show the collection by iterating over it.<br />
        Console.WriteLine("Display all the attributes in the collection...");<br />
        for (int i = 0; i < attrColl.Count; i++)<br />
        {<br />
            Console.Write("{0} = ", attrColl[i].Name);<br />
            Console.Write("{0}", attrColl[i].Value);<br />
            Console.WriteLine();<br />
        }



It is in C#, but I am sure, you can translate it to VB

Sincerely,
Elina

Life is great!!!
Enjoy every moment of it! Blush | :O

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 

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.