I am using CF5, I know most of the people here are well versed in ASP, I was hoping someone could offer some CF suggestions for this question.
I have a table pulled from a database the displays several items. There are a couple of unique numbers, I'll use SetOrder. You select on and will be brought to an update page. At this point the site still knows which item you are using from the SetOrder you clicked on. Then you make your updates and it goes to a processing page to update the database and ultimately redirects you back to the starting point. The problem is like I said at the beginning there are several hundred items that you will be updating. The page will always load at the top. What I was hoping for was a dynamic anchor that could use the info from the SetOrder to return me to the place of the last item I selected.