G
Guest
I want to convert a project from .net 1.1 to .net 2. The old project stores
data in XmlFiles with schema information. I can read and bind the dataview
component to my datafiles. I can even add new rows BUT I cant update my xml
files. I see the RowUpdating and RowUpdated events but cant do custom
updates (the bit in-between is missing?) !!
How can I access new row information and save to my disk based XML files?
Are there any samples?
help!
data in XmlFiles with schema information. I can read and bind the dataview
component to my datafiles. I can even add new rows BUT I cant update my xml
files. I see the RowUpdating and RowUpdated events but cant do custom
updates (the bit in-between is missing?) !!
How can I access new row information and save to my disk based XML files?
Are there any samples?
help!