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.
Printable View
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.
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.
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.