[RESOLVED] diminishing list
Thanks in advance.
I am having issues figuring out how to implement a diminishing list (that's what I am calling it).
I want to ready a list of names from a table into something (an array, listview,etc) and then be able to populate a textbox one name at a time so that a name can be assigned something by a button click, and then it will load the next name in the list. At the end of the list it will check and reload a list. The list is of unknown length.
I am not sure how to do this type of function.