Value of type 'String' cannot be converted to 'System.Windows.Forms.Control'.

  • Thread starter Thread starter CHIRAG PATEL2121
  • Start date Start date
C

CHIRAG PATEL2121

Guest
Hi,

I am getting error at ActiveX grid control

Child.EnableControl(grd.Text, False)

Public Sub EnableControl(ByVal ctlItem As Control, ByVal blnEnabled As Boolean, Optional ByVal lblitem As Label = Nothing)
code here
End sub

Please help me to fix this.

Thanks,


ckp

Continue reading...
 
Back
Top