I have a clustered table of user callsigns which I need to list as items in a listbox web server control. I know how to access the data in each row of a non-clustered table, but not in a table with callsigns organized alphabetically. How do I do this in
C#?
Maurice
Go to the complete details ...