get xml file from datagird

  • Thread starter Gopal Prabhakaran
  • Start date
G

Gopal Prabhakaran

Hi,

I have Datagrid - and one button by clicking that button
i need to get xml file contains the data which is binded
in datagrid - after the user made some changes in
datagrid.

pls help me
its urgent.

Millions of thanx in advance

Thanx and Regards
Gopal Prabhakaran
 
M

Michael Tkachev

Hi,

Just save that datagrid to the DataSet. Then save the dataset to the xml.

Bye
 
G

Gopal Pprabhakaran

Hi,
Thanx for ur Kind reply
As I am new .. I don' know how to save the datagrid - pls
let me know with same code. will that dataset have the
data changed in datagrid.
Pls reply asap
 
P

parshuram

use the dataset's getxml method to get the xml, like this :
dataset1.getxml();

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,068
Latest member
MakersCBDIngredients

Latest Threads

Top