This is the output from SQL Stored Procedure. output_from_stored_procedure
Below is the form that I want to create. So I want to put the value in the second column from SQL procedure into the textbox below in windows form. For example, let say an integer value of 13 from Sum(LEAVE) column and row of EI01203 will be put in the the text box shown below. win_form_textbox
I have got the output from SQL procedure. However, I don't know how to proceed to the next step which is put the value in text box of win form. Pls help me suggest on that. Thank you.