I have a GridView in asp from which I would like to know the name or number of the column that you clicked. I'm not interested in the row since I already manage it, I want you to click on the header of a column and from there shoot a function to do something.
Taking advantage of the same thread I also want to know if you click on a specific cell to know which one you have pressed and also to trigger a function.
thanks