Tagged Questions
2
votes
2answers
130 views
adding/removing/searching thousands of data
I have 2 tables : a contract table and a part table.
every contract has thousands of parts.
The user can select a contract and I display the thousands of related parts to the user using paging.
...