i want to create a form in which we can manually mark attendance i.e. present ,absent or half day
but i dont have any idea about form
means how it should be.
please explain
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.
Asmita AutePosted Dec 16, 2014, 1:47 AM
Sushil GuptaPosted Dec 15, 2014, 1:48 PM
Lets assume you want it with C#,win-form. You need couple of things.
1. List of all student. If they are more than 50 (Just an example). You need some other approach.
2. Drop down or check box in front (Present,Absent,Half-day).
3. Date column.
Based on each date for each student you can select either check-box or drop down from
(present,absent or half day)
Let me know if it helped you.