C
Chris
I have a user control which is dynamically loaded into a placeholder. I have
a formview in the user control
In the page load event of the user control I wand to find a dropdown in the
formview. I always get a null reference. It's really late and I guess it is
something obvious but I can't think. Regards, Chris.
Dim drp As New DropDownList
drp = CType(fvwAcknowlegement.FindControl("drpUploadType"), DropDownList)
drp.Visible = true
a formview in the user control
In the page load event of the user control I wand to find a dropdown in the
formview. I always get a null reference. It's really late and I guess it is
something obvious but I can't think. Regards, Chris.
Dim drp As New DropDownList
drp = CType(fvwAcknowlegement.FindControl("drpUploadType"), DropDownList)
drp.Visible = true