views:

126

answers:

0

Hi, Straight to the problem:: 1) Creating the 12 gridView objects dynamically inside asp.cs code.These gridviews are bound to array list, not to the dataset.To explain at the code level, all these gridViews are created by the iteration of a loop for 12 times.These are created during runtime not in the static asp file. 2) Now, need to sort these gridviews.Need your valuable help. Donno how to place the event handlers for this situation.{Because how do VStudio knows, on which gridview is selected among the 12} Do I have to place 12 eventhandlers for the 12 gridviews?

Thanks and Regards, Sanath