Link to home
Start Free TrialLog in
Avatar of rp
rpFlag for Portugal

asked on

Vb.net Datagridview image column/row click event

I plan use a datagridview with imagecolumn. When user click in the cell a question is made if, he want delete row. How can catch row and cell position.
ASKER CERTIFIED SOLUTION
Avatar of Meir Rivkin
Meir Rivkin
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
A better approach would be to attach javascript to the onclick (javascript) event to ask the question. This would prevent a round trip to the server just to ask the question. You can attach the javascript using the OnRowDataBound event.
Avatar of rp

ASKER

shaun, sorry the code is vb.net, not asp.net
@rflorencio,  test my code?