Hey guys,
I'm trying to find a control inside a field that is inside a control. I'm accessing the field that the control is in, but a DataControlField does not have a FindControl() method.. so I'm not sure if I'm able to access the DropDownList that I'm trying to access inside this field.
I tried to cast it as a Control so that I could then use the FindControl(), but the compiler wouldn't let me convert a DataControlField to a Control. Am I missing something?
Thanks..
FindControl in DataControlField
Page 1 of 11 Replies - 531 Views - Last Post: 03 July 2012 - 04:57 AM
Replies To: FindControl in DataControlField
#2
Re: FindControl in DataControlField
Posted 03 July 2012 - 04:57 AM
What are the types of controls? Is there a specific event of the parent control that you're using? Can you provide your code?
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|