Click to See Complete Forum and Search --> : managing selectedindexchanged event in gridview


jspintu
July 11th, 2008, 03:25 AM
Hi,

I want to call the selectedindexchanged event without clicking on the command bound column, i.e., I want to perform the task by clicking on say a databound column of the gridview.

Please provide some suggestions.

bhushan1980
July 13th, 2008, 05:14 PM
What is the task. Are you looking for something like Sort? Depending on that you will have to handle the Grid View event or set the Grid View property...

Regards,
Bhushan.

jspintu
July 15th, 2008, 03:59 AM
Actually I want to select the contents of a particular cell in a gridview without clicking on the command button field used in my gridview.