Which GUI control is suitable for this purpose?
Posted
by pecker
on Stack Overflow
See other posts from Stack Overflow
or by pecker
Published on 2010-04-13T10:48:28Z
Indexed on
2010/04/13
10:52 UTC
Read the original article
Hit count: 356
Hello,
I'm using winforms of .NET & C#. I'm developing a medical software. I need to implement "Patient History". When doctor enters the PatientID. All the previous appointment dates will be displayed in a side panel. These entries will dynamically fetched from the database. Interface will be more or less similar to Histroy in web browser. Except that I'm not going to use tree control and categorize entries into 'today' 'yesterday' 'older than 7 days' 'last week' etc..
What controls do I need to use. I'm not clear about this. If you have any better idea. Please mention.
© Stack Overflow or respective owner