we read data from xml by using condition
how will do it?
Reading particular node data from xml
3318
26-Oct-2010
Amit Singh
08-Nov-2010by using dataset
for example
Dataset ds=new Dataset();
ds.Readxml=Server.MapPath(@filename);
DataRow[] dr=ds.Tables["table1"].select(@id='1001');