KabirPatel
Registered User.
- Local time
- Today, 04:12
- Joined
- Nov 16, 2006
- Messages
- 38
Hi,
I have a table with over 10,000 records. I need to show all the records in this table on a form and also make it easy for end users to find records and assign these records to data in another table.
I am considering using a tree view control with a node for each letter of the alphabet. This would exist on the left hand side of the form. Users would then be able to filter by letter and select a particular record. The right hand side of the form would contain the specific details of the selected record.
Is there any other control I should consider or a better way to design this? Any suggestons / code samples would be much appreciated.
Thanks,
Kabir
I have a table with over 10,000 records. I need to show all the records in this table on a form and also make it easy for end users to find records and assign these records to data in another table.
I am considering using a tree view control with a node for each letter of the alphabet. This would exist on the left hand side of the form. Users would then be able to filter by letter and select a particular record. The right hand side of the form would contain the specific details of the selected record.
Is there any other control I should consider or a better way to design this? Any suggestons / code samples would be much appreciated.
Thanks,
Kabir