OK... here's the problem...
I have a sign-up section on my site where people can select interests and hobbies using checkboxes, which needs to be updateable (is that a word??? LOL)
If the user wants to update their entry then I would like to show the full list of hobbies/interests with those they have selected in the past already checked.
I 'sort of' developed a solution that does it, but that requires looping within a loop - very inefficient and is quite a hit on the server performance.
Anyone any ideas as to how this might be done more efficiently???
Prefered language is VB but C# will do just as well.
Thanks
dominicall