I'm developing an application in asp.net, how can I perform the following on GridView control?
GridView control ave a "sequence" column with DropDownList (choice of 1,2,3,4...) to allow rows sorting, user can select numbers from DropDownList as the row sequence.
The sequence should not repeating, mean selected number should not appear twice.
Can it be done? please advise.
Thank you in advanced.