I want to create a ranking system where I have over 100 items. Each item can be assigned a rank of 1-99, hi, med, low or nothing at all. Each rank number can only be used once. If an item gets ranked, for example, #33, the current number 33 should become 34, 34 should become 35, etc. I can only use ASP, JavaScript or VBScript. I am thinking of using an onChange event to run some JavaScript that searches the values and does the updating but I want to hear some ideas from the forum. The data resides on SQL Server tables. Seems like asp.net has drag and drop functionality but asp.net is not an option.