How to create a Employee attendance using Asp.net with Sql server
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit Kumar SinghPosted Feb 16, 2016, 7:29 AM
SELECTEmployeename,date,intiming ,OutTimingFROMEmployeesTableWHEREEmployeeID = @EmployeeIdanddatebetween@DateFromand@DateToChandu KumawatPosted Feb 16, 2016, 7:20 AM