How to save the items collection?How to add item to diferent column?
2 - I have 3 columns
Name Adress Country
How I can add items to name, and after that to adress,etc
2 - I have 3 columns
Name Adress Country
How I can add items to name, and after that to adress,etc
hi,
saving a control is not a good practice, you can save the data in a file , populate your control when the form load , save the data when the form is closed
you can use textfile, xml, or what ever data storage you want
hope this helps