G
Guest
Hi I am trying to access a dropdown control in a table and am using the code
below but get the error specific cast is not valid.
Dim ctrl_dpn1 As DropDownList
ctrl_dpn1 = CType(Me.Table1.FindControl("lst_bx_dest"), DropDownList)
just wondering if anyone has any ideas, thanks.
below but get the error specific cast is not valid.
Dim ctrl_dpn1 As DropDownList
ctrl_dpn1 = CType(Me.Table1.FindControl("lst_bx_dest"), DropDownList)
just wondering if anyone has any ideas, thanks.