I want to design a data grid on form and place 2 buttons for print (Print payslip of support staff) and (print payslip of all employees) when user click on any button all records of employees of selected group should be retrieved from SQL database and printed in the grid view format automatically one by one (user shouldn't have to print each record separately).
Could someone please guide me how can I do this.