Hi guys,
I need some help on data binding. The table is shown as below
ID Item
03 5
03 6
19 5
19 8
19 3
How do I present the data on a web page (mobile web form to be exact) such that the the ID is like a hyperlink and when people click on it, it shows the list of items (something like Objectlist binding). Thanks...