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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -