hello Sir,
thanks for the reply...
I m workin in C#.NET, i cant find any gridView in that. ther is datagridView but has no dataBind() property in it.
so can u help wit the code....
My XML document is as follows:
<discussion>
<project>
<id>112</id>
<pname>Desktop Email client</pname>
<stage>Discussion</stage>
<description>good project</description>
<no_mem>3</no_mem>
<lname>Daljeet</lname>
<lmail_id>dj@honey4u.com</lmail_id>
<mname>debu</mname>
<mmail_id>d@y.com</mmail_id>
<mname>alice</mname>
<mmail_id>a@y.com</mmail_id>
<mname>bhakti</mname>
<mmail_id>b@y.com</mmail_id>
</project>
<project>
<id>113</id>
<pname>IRIS scan</pname>
<stage>Discussion</stage>
<description>hi5 project</description>
<no_mem>1</no_mem>
<lname>Amit</lname>
<lmail_id>jfhj</lmail_id>
<mname>Atul</mname>
<mmail_id>sjdcnjsd</mmail_id>
</project>
</discussion>
Now from here i want all "mname" and "mmail_id" of the node "project" where id=112
how do i write a query in C#.NET and display in "DATAGRIDVIEW of C#.NET???
PLEASE help me wit the code...
Thank you...