c# - Windows form dataset -


i have created dataset table.

what want achieve if change values , save them, want saved values shown when reopen form.

enter image description here

i.e. if change value in comission column , click save , close form , reopen want see saved value.

how can it?

save xml schema

dataset ds = new dataset(); ds.writexml(filename, xmlwritemode.writeschema); ds.readxml(filename); ​ 

Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -