Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I am doing College Attendence Maintenance Project. Which control or Tools or Which method is used to get the attendence details from Users. Anybody have an idea for this problem, Please suggest me...
Thanks in Advance
Posted
Comments
bbirajdar 16-Sep-12 3:48am    
Gridview with textboxes in ItemTemplate
Richard MacCutchan 16-Sep-12 6:57am    
If that was an answer it would deserve a 5.

 
Share this answer
 
Well, there is no defined control for the same.

Overall, if you can recall your school days, attendance register used to be in form of a table with multiple columns and rows - columns with days/dates and rows with student name.
At he base level, you can use a table with rows & columns as per need.
 
Share this answer
 
What you need is to show the attendance detail data in a page for a user.

If you have to use web controls, you can use
1. GridView
2. DataList

Both of them have their individual flavor.
If you need to customize row heavily, you can use DataList.

But I would suggest, if you use ajax you can create the page runtime using
html table
or
simply div
In that case, you will have more control on the page as well as it will be very fast.

cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900