How can generate employee attendance Reports in table bu sql server database 2005 and vb.net 2005 i'm not using crystal reports
You need to make a query like following
SELECT Employeename, date,intiming ,OutTiming FROM EmployeesTable WHERE EmployeeID = @EmployeeId and date between @DateFrom and @DateTo
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.