Click here to Skip to main content
16,014,677 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: view external websites in a panel Pin
Ravi Sant3-May-11 0:22
Ravi Sant3-May-11 0:22 
Questionajax Pin
Thanusree Duth8-Oct-10 23:21
Thanusree Duth8-Oct-10 23:21 
AnswerRe: ajax Pin
Ankur\m/9-Oct-10 0:47
professionalAnkur\m/9-Oct-10 0:47 
AnswerRe: ajax Pin
Abhijit Jana9-Oct-10 1:01
professionalAbhijit Jana9-Oct-10 1:01 
Questionhow to get data from xml? Pin
srisairam7-Oct-10 23:46
srisairam7-Oct-10 23:46 
AnswerRe: how to get data from xml? Pin
Murugesan G8-Oct-10 1:35
Murugesan G8-Oct-10 1:35 
AnswerRe: how to get data from xml? Pin
Not Active8-Oct-10 2:18
mentorNot Active8-Oct-10 2:18 
AnswerRe: how to get data from xml? Pin
T M Gray8-Oct-10 12:14
T M Gray8-Oct-10 12:14 
_name is not a string, it is an XmlNodeList. That shouldn't even compile.

Loop through the NodeList and for each node get the InnerText. You can find an example on the first page of google search results for "XmlNodeList".

Also, you might want to revise your XML schema. If you want each text element to be associated with the value element following it they should be encapsulated in another element. Order is not always guaranteed in XML parsing.
AnswerRe: how to get data from xml? Pin
raghuv92468-Oct-10 20:46
raghuv92468-Oct-10 20:46 
QuestionCalender Pin
future38397-Oct-10 17:59
future38397-Oct-10 17:59 
AnswerRe: Calender Pin
sashidhar7-Oct-10 19:55
sashidhar7-Oct-10 19:55 
AnswerRe: Calender Pin
T M Gray8-Oct-10 12:30
T M Gray8-Oct-10 12:30 
AnswerMasterPage & WebContent page Pin
future38397-Oct-10 14:32
future38397-Oct-10 14:32 
GeneralRe: MasterPage & WebContent page Pin
Brij7-Oct-10 19:53
mentorBrij7-Oct-10 19:53 
GeneralRe: MasterPage & WebContent page Pin
T M Gray8-Oct-10 12:26
T M Gray8-Oct-10 12:26 
QuestionConnecting to Database Pin
future38397-Oct-10 14:00
future38397-Oct-10 14:00 
AnswerRe: Connecting to Database Pin
sashidhar7-Oct-10 19:52
sashidhar7-Oct-10 19:52 
GeneralRe: Connecting to Database Pin
future38398-Oct-10 7:08
future38398-Oct-10 7:08 
GeneralRe: Connecting to Database Pin
ammar_shaker11-Oct-10 21:47
ammar_shaker11-Oct-10 21:47 
Questionproblem with calendar [modified] Pin
MacRaider47-Oct-10 8:28
MacRaider47-Oct-10 8:28 
QuestionNew to ASP.Net Pin
jashimu7-Oct-10 8:23
jashimu7-Oct-10 8:23 
AnswerRe: New Pin
Not Active7-Oct-10 11:17
mentorNot Active7-Oct-10 11:17 
Generalnew to ASP.Net Pin
jashimu8-Oct-10 2:19
jashimu8-Oct-10 2:19 
AnswerRe: New Pin
sashidhar7-Oct-10 19:45
sashidhar7-Oct-10 19:45 
Questionhow we create new folder on runtime web site Pin
Rsjput patel7-Oct-10 7:55
Rsjput patel7-Oct-10 7:55 

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.