S
Sid
Hi,
I am trying to use the FindControl method to find a HTML
Select control I have in my Datagrid. The syntax I am
using is
Dim obj As HTMLSelect
Dim str As String
obj = E.Item.FindControl("controlname")
str = obj.Value
Only thing is this gives an error saying 'object is not
set to a reference of an object', does anyone know if this
is even possible?
Thanks
Sid
I am trying to use the FindControl method to find a HTML
Select control I have in my Datagrid. The syntax I am
using is
Dim obj As HTMLSelect
Dim str As String
obj = E.Item.FindControl("controlname")
str = obj.Value
Only thing is this gives an error saying 'object is not
set to a reference of an object', does anyone know if this
is even possible?
Thanks
Sid