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

ASP.NET

 
GeneralRe: Postback problem from ASP.NET page Pin
LancashireLad11-Aug-07 3:25
LancashireLad11-Aug-07 3:25 
QuestionCalculate distinces between 2 location Pin
DonVBguy10-Aug-07 5:26
DonVBguy10-Aug-07 5:26 
AnswerRe: Calculate distinces between 2 location Pin
Guffa10-Aug-07 5:56
Guffa10-Aug-07 5:56 
AnswerRe: Calculate distinces between 2 location Pin
Jon Sagara10-Aug-07 8:45
Jon Sagara10-Aug-07 8:45 
QuestionHow to get or set value/text of disabled dropdown list in java script Pin
here2learn10-Aug-07 5:19
here2learn10-Aug-07 5:19 
AnswerRe: How to get or set value/text of disabled dropdown list in java script Pin
Guffa10-Aug-07 5:28
Guffa10-Aug-07 5:28 
GeneralRe: How to get or set value/text of disabled dropdown list in java script Pin
here2learn12-Aug-07 18:50
here2learn12-Aug-07 18:50 
QuestionOverFlow Property in HTML 4.01 Pin
nandhububbly10-Aug-07 4:05
nandhububbly10-Aug-07 4:05 
AnswerRe: OverFlow Property in HTML 4.01 Pin
Vasudevan Deepak Kumar10-Aug-07 4:08
Vasudevan Deepak Kumar10-Aug-07 4:08 
GeneralRe: OverFlow Property in HTML 4.01 Pin
nandhububbly10-Aug-07 4:15
nandhububbly10-Aug-07 4:15 
QuestionHow to hide Menubar of IE in a web application? Pin
garimajain_mca10-Aug-07 4:03
garimajain_mca10-Aug-07 4:03 
AnswerRe: How to hide Menubar of IE in a web application? Pin
Vasudevan Deepak Kumar10-Aug-07 4:06
Vasudevan Deepak Kumar10-Aug-07 4:06 
QuestionPop up window problem Pin
ragavan10-Aug-07 2:23
ragavan10-Aug-07 2:23 
Questionhow to Store Text files into SQL SERVER 2000 Pin
Adapala10-Aug-07 2:20
Adapala10-Aug-07 2:20 
AnswerRe: how to Store Text files into SQL SERVER 2000 Pin
Blue_Boy10-Aug-07 2:29
Blue_Boy10-Aug-07 2:29 
AnswerRe: how to Store Text files into SQL SERVER 2000 Pin
leckey10-Aug-07 3:54
leckey10-Aug-07 3:54 
Questionhow to generate unique number Pin
biswa4710-Aug-07 1:51
biswa4710-Aug-07 1:51 
AnswerRe: how to generate unique number Pin
Imran Khan Pathan10-Aug-07 4:09
Imran Khan Pathan10-Aug-07 4:09 
GeneralRe: how to generate unique number Pin
nandhububbly10-Aug-07 4:27
nandhububbly10-Aug-07 4:27 
AnswerRe: how to generate unique number Pin
nandhububbly10-Aug-07 4:10
nandhububbly10-Aug-07 4:10 
QuestionRe: how to generate unique number Pin
Malcolm Smart10-Aug-07 5:00
Malcolm Smart10-Aug-07 5:00 
AnswerRe: how to generate unique number Pin
Justin.Jones10-Aug-07 10:36
Justin.Jones10-Aug-07 10:36 
QuestionDisplaying Date And Time on Status Bar Pin
Ajeet mittal10-Aug-07 1:45
Ajeet mittal10-Aug-07 1:45 
AnswerRe: Displaying Date And Time on Status Bar Pin
Blue_Boy10-Aug-07 2:16
Blue_Boy10-Aug-07 2:16 
QuestionGetting a Sub node value with the help of another Sub node value in XML Pin
chand1010-Aug-07 1:40
chand1010-Aug-07 1:40 
Hi
I am looking for a Condition clause in XML like "WHERE" in SQL.

If the XML file is like.....

<Details>
<Person>
<ID>100</ID>
<Name>Mr.X</Name>
</Person>
<Person>
<ID>101</ID>
<Name>Mr.Y</Name>
</Person>
.....
.....
</Root>

If I want the Name of a person with ID = 100

Fisrt of all how to Search for that ID in XML file, after that how can I get the Name for that ID.

I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison

Thank u
Chandu

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.