Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Documnetation generator Pin
Abhijit Jana30-Oct-07 3:14
professionalAbhijit Jana30-Oct-07 3:14 
GeneralRe: Documnetation generator Pin
samerh30-Oct-07 3:30
samerh30-Oct-07 3:30 
GeneralRe: Documnetation generator Pin
Abhijit Jana30-Oct-07 3:47
professionalAbhijit Jana30-Oct-07 3:47 
Questiondatagrid paging Pin
jai 12330-Oct-07 3:05
jai 12330-Oct-07 3:05 
AnswerRe: datagrid paging Pin
Abhijit Jana30-Oct-07 3:10
professionalAbhijit Jana30-Oct-07 3:10 
GeneralRe: datagrid paging Pin
jai 12330-Oct-07 3:17
jai 12330-Oct-07 3:17 
GeneralRe: datagrid paging Pin
MoustafaS30-Oct-07 14:49
MoustafaS30-Oct-07 14:49 
QuestionRead XmlNode value Pin
Imran Khan Pathan30-Oct-07 3:00
Imran Khan Pathan30-Oct-07 3:00 
Hi friends
I am integrating google checkout in my application.
I have one problem here.
One of Google API methods return XMLNode[] and i have one element in this node
called orderId

like as
<merchant-private-item-data>
<Order_Id>30</Order_Id>
</merchant-private-item-data>

Now I want to get OrderId
so how to read Xmlnode value?
I have coded following code
XmlNode[] PrivateData = N1.shoppingcart.merchantprivatedata.Any;
foreach (XmlNode DataNode in PrivateData)
{
string node = DataNode.Value;
}
Is this right way?
Thanks in advance
pathan




please don't forget to vote on the post that helped you.
AnswerRe: Read XmlNode value Pin
pmarfleet30-Oct-07 3:05
pmarfleet30-Oct-07 3:05 
Questionwhy dropdownlist box inside gridview dont work Pin
jefferyg2930-Oct-07 2:43
jefferyg2930-Oct-07 2:43 
AnswerRe: why dropdownlist box inside gridview dont work Pin
pmarfleet30-Oct-07 3:04
pmarfleet30-Oct-07 3:04 
GeneralFrequently Asked Questions - ASP.NET FAQs Pin
ganesh197530-Oct-07 2:35
ganesh197530-Oct-07 2:35 
GeneralRe: Frequently Asked Questions - ASP.NET FAQs Pin
Abhijit Jana30-Oct-07 2:46
professionalAbhijit Jana30-Oct-07 2:46 
JokeRe: Frequently Asked Questions - ASP.NET FAQs Pin
Braulio Dez30-Oct-07 2:55
Braulio Dez30-Oct-07 2:55 
GeneralRe: Frequently Asked Questions - ASP.NET FAQs Pin
Vasudevan Deepak Kumar30-Oct-07 5:41
Vasudevan Deepak Kumar30-Oct-07 5:41 
JokeRe: Frequently Asked Questions - ASP.NET FAQs Pin
Guffa30-Oct-07 11:21
Guffa30-Oct-07 11:21 
Questionmonth Format Pin
Jintal Patel30-Oct-07 2:18
Jintal Patel30-Oct-07 2:18 
AnswerRe: month Format Pin
r a j u u30-Oct-07 2:30
r a j u u30-Oct-07 2:30 
AnswerRe: month Format Pin
soni uma30-Oct-07 2:48
soni uma30-Oct-07 2:48 
AnswerRe: month Format Pin
John-ph30-Oct-07 2:54
John-ph30-Oct-07 2:54 
AnswerRe: month Format Pin
Phil Osborne30-Oct-07 2:56
Phil Osborne30-Oct-07 2:56 
GeneralRe: month Format Pin
Pete O'Hanlon30-Oct-07 3:04
mvePete O'Hanlon30-Oct-07 3:04 
GeneralRe: month Format Pin
Jintal Patel30-Oct-07 3:11
Jintal Patel30-Oct-07 3:11 
AnswerRe: month Format Pin
Ahmad Adnan30-Oct-07 21:10
Ahmad Adnan30-Oct-07 21:10 
QuestionProblem with required filed validator Pin
Malayil alex30-Oct-07 1:59
Malayil alex30-Oct-07 1:59 

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.