I need to write code for a lookup table which will provide coordinates to the javascript eventhandlers ..for example -
Table---
Name ID
Andrew 1 .....hence Row1
Maria 3 ......Row3
The lookup table will have anything upto 500 entries, and iam writing this code in VB....can anyone tell me which data structure would be the best to implement this on.....I was planning on using an array or a collection probably........
Anyone...
Thanks
Table---
Name ID
Andrew 1 .....hence Row1
Maria 3 ......Row3
The lookup table will have anything upto 500 entries, and iam writing this code in VB....can anyone tell me which data structure would be the best to implement this on.....I was planning on using an array or a collection probably........
Anyone...
Thanks