I have extended the Gridview making it Clickable (i.e. when ever we click on any row it is selected and a detail view is shown according to the row selected).
I then added Selecting / Deselecting all the CheckBoxes in that GridView with the help of javascript. The problem now is that the page is being postbacked every time i click checkbox. I don't want this i don't want postback to happen if this particular column element i.e checkbox is pressed.
Is there any way that i can know which of the column is being selected when when the postback happens so that i can know it is happening form the column having checkbox.
Please let me know if you have soultion to it.
Thanks,