I have the list box control (ASP.NET Control On aspx page, language C# ). It has collection of integers as Items:
100, 200, 300, 400, 500, 600, 700. ok ?
I randomly select the list items at run time. as :
200, 500, 100, 300. Ok?
I want this sequence of selected list in List collection. How can i do this ? Please guide me.