G
Guest
Hi ,
i am fairly new to c# and programming and here is my question!
i have a dataset to store information in a windows form project. At the moment it is made and loaded in the MainForm method. Now i want to add a record via a button click event. How do i access the dataset in the click event or if i use a function, how do i send the dataset as a parameter to the function?
I hope anybody understand what i try to do. Perhaps there is a better way to implement this in C#.
Any comment or idea is welcome!
i am fairly new to c# and programming and here is my question!
i have a dataset to store information in a windows form project. At the moment it is made and loaded in the MainForm method. Now i want to add a record via a button click event. How do i access the dataset in the click event or if i use a function, how do i send the dataset as a parameter to the function?
I hope anybody understand what i try to do. Perhaps there is a better way to implement this in C#.
Any comment or idea is welcome!