G
Guest
I am trying to capture the mouse click position in a datagrid but I get the
following compilation error:
Compiler Error Message: BC30002: Type 'System.Windows.Forms.MouseEventArgs'
is not defined.
Source Error:
Line 84: Private myCheckBoxCol As Integer = 0 'my checkbox column
Line 85:
Line 86: Private Sub DataGrid1_MouseUp(ByVal sender As Object, ByVal e As
System.Windows.Forms.MouseEventArgs) Handles DataGrid1.MouseUp
Line 87:
Line 88: Dim hti As DataGrid.HitTestInfo = Me.dataGrid1.HitTest(e.X, e.Y)
I am using code behind.
Newbie to ASP Net.
Any help is greatly appreciated.
Thanks.
following compilation error:
Compiler Error Message: BC30002: Type 'System.Windows.Forms.MouseEventArgs'
is not defined.
Source Error:
Line 84: Private myCheckBoxCol As Integer = 0 'my checkbox column
Line 85:
Line 86: Private Sub DataGrid1_MouseUp(ByVal sender As Object, ByVal e As
System.Windows.Forms.MouseEventArgs) Handles DataGrid1.MouseUp
Line 87:
Line 88: Dim hti As DataGrid.HitTestInfo = Me.dataGrid1.HitTest(e.X, e.Y)
I am using code behind.
Newbie to ASP Net.
Any help is greatly appreciated.
Thanks.