-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: Kumar-webo
Message 7 in Discussion


Hi,

While binding to a datagrid make sure to use different tables of a dataset......

i.e. 
Ds("table0")
Ds("table1")

Like this u can read two diff. XML files in two tables & bind it to a single 
datagrid

Thanks

Kumar Dalvi

 


 








 


From: "Danuprita1" <[EMAIL PROTECTED]>
Reply-To: "MumbaiUserGroup" <[email protected]>
To: "MumbaiUserGroup" <[email protected]>
Subject: Re: XML in datagrid
Date: Mon, 19 Jun 2006 00:19:18 -0700
>-----------------------------------------------------------
>
>New Message on MumbaiUserGroup
>
>-----------------------------------------------------------
>From: Danuprita1
>Message 2 in Discussion
>
>
>
>
>
>
> New Message on MumbaiUserGroup
>
>
>
>
>
>
>
> XML in datagrid
>
>
>
>
> Reply
>
>
>
>
>
> Reply to Sender
> Recommend
>
> Message 1 in 
Discussion
>
>
>
>
>
>
>
> From:
> Danuprita1
>
>
>
>
> Hello I want to add two XML file and one table from access in datagrid 
> control. it is not taking another XML file. Can any body please help me. I am 
> using C# I have done this.
>DataSet Ds = new DataSet("BCA");
>Ds.ReadXml("D:\\ABC.xml");
>dataGrid1.DataSource = Ds;
>dataGrid1.DataMember = "BCA";
>dataGrid1.CaptionText = dataGrid1.DataMember;
>
>
>
>
>
>
> View other groups in this category.
>
>
>
>
>
>
>
>
>
>-----------------------------------------------------------
>
>To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
>http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw
>
>Need help? If you've forgotten your password, please go to Passport Member 
>Services.
>http://groups.msn.com/_passportredir.msnw?ppmprop=help
>
>For other questions or feedback, go to our Contact Us page.
>http://groups.msn.com/contact
>
>If you do not want to receive future e-mail from this MSN group, or if you 
>received this message by mistake, please click the "Remove" link below. On the 
>pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
>address will be deleted from this group's mailing list.
>mailto:[EMAIL PROTECTED]


-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to