Hello,
I am writting a program and I am stuck. Any help would be greatly appreciated!
I have a sql table that I am displaying on a Form with 7 fields that is coming from the SQL Table. The result display when I run the program. I am using DataTableBinding and Table Adapter. I added 4 more fields into that table by right click and add colums. One of the Column I inserted a button. Now when I run the program every result has a button but how do I add data into other three fields. I want the user to click on the button, the program to populate the Current System Date and System User. I am able to display current system users on the top of the form by using GetUsername function. How do I add text or function to display on the other two fields. I want to be able to display username and system date when the user click on the button. Any help would be appreciate it. Thanks.