G
Guest
im trying to save the content of a DataSet to xml file but im getting the
message-
" This file has modified outside of the source editor
do you want to reload it ? "
what im missing?
this is what i have wrote-
dataset1.AcceptChanges
dataset1.WriteXml("PathFile.xm")
thanks
message-
" This file has modified outside of the source editor
do you want to reload it ? "
what im missing?
this is what i have wrote-
dataset1.AcceptChanges
dataset1.WriteXml("PathFile.xm")
thanks