I am trying to admin a database that has multiple profiles. What I want to do is on the page load list all of the Profiles, with textboxes containing their information. I then want to make any changes and update all of the profiels all at once. My only problem is that I do not know how to differentiate the textboxes for each profile so when I do my SQL update I call the correct textbox for the correct profile, I tried to put the <%#Container.DataItem("ProfileID")%> in the ID attribute, but I got an error. Any suggestions