Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to display record in following format for employee daily schedule
TableName:Employee
Empno
EmpName
Date
StartTime
EndTime
Subject

Records Like

Empno EmpName Date StartTime EndTime Subject
1 Rajesh 24/11/2012 9:00 10:00 Meeting With Hr
1 Rajesh 24/11/2012 10:00 12:00 Meeting With Production Head
1 Rajesh 25/11/2012 9:00 10:00 Going To Surat
1 Rajesh 25/11/2012 10:00 12:00 Meeting

User First Select Date From date To Todate and display all records between thses dates like

EmpName:Rajesh
Date:24/11/2012
StartTime EndTime Subject
9:00 10:00 Meeting With Hr
10:00 12:00 Meeting With Production Head
Date:25/11/2012
9:00 10:00 Going To Surat
10:00 12:00 Meeting

Please Help me fast which control i use and give me a code display records like
these.
Posted
Comments
csharpbd 20-Nov-12 3:17am    
Need to change design, if you share your current design code then maybe we fixed it.

1 solution

Use List View Control to display
 
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