S
simon
Is it possible to get the position of the element, for example if I click
the button in the datagrid, the position of that button:
Private Sub dgdMedia_ItemCommand(ByVal source As Object, ByVal e As
System.Web.UI.WebControls.DataGridCommandEventArgs) Handles
dgdMedia.ItemCommand
If e.CommandName = "Media" Then
e.positionX
e.positionY
end if
end sub
Thank you,
Simon
the button in the datagrid, the position of that button:
Private Sub dgdMedia_ItemCommand(ByVal source As Object, ByVal e As
System.Web.UI.WebControls.DataGridCommandEventArgs) Handles
dgdMedia.ItemCommand
If e.CommandName = "Media" Then
e.positionX
e.positionY
end if
end sub
Thank you,
Simon