c# - save only edited listbox entries -


if i've existing entries in listbox. when click on edit button i'll able edit entries. after editing 1 or more entries when again clicked on button, want save entries edited. how this? please suggest solution.

couple of ways of doing that. can save each entry list<t> on every edit, or can cache (pre-store) listbox items , after finishing editing can compare latest previous , extract out edited items. imo first approach better , easier implement.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -