04-11-2011 06:08 PM
Hi All,
I have a ring control in my UI which I have to populate dynamically from columns obtained from MS SQL database. I can obtain the result from the database and read row by row. So do I create an array with label/value pairs and pouplate the ring control using InsertListItem ? or is there any better way of doing it ?
Thanks,
Kanu
Solved! Go to Solution.
04-11-2011 11:46 PM
I'm not aware of a method to populate a ring control other than looping through your array and calling InsterListItem for every array element.