Datagrid Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Has anyone had experience producing an employee schedule display by way of a
datagrid? Creating this isnt hard but I am trying to get changes made in
the database to show in the datagrid. For example if someone requests
vacation time and it gets approved by a manager I would like it to show in
the grid for those specific dates. I am new to this so any help, examples,
or suggestions would be appreciated. Thank you in Advance!
 
Hello,
At a minimum you have to refresh the grid/datasource. If you are
using SQL 2005, you can setup a trigger to automatically refresh the grid.
 
Back
Top