how to find contrtol

  • Thread starter Thread starter iHavAQuestion
  • Start date Start date
I

iHavAQuestion

I am using a menu control in which i have a tab controld in which i have a
dropdownlilst

How do i find the values in a control.

I have tried this in C#
?LTCMenu1.FindControl[Tab2.FindControl[ddlStatusVerify.DataValueField.ToString()]]


Can any one plz help me out.
 
Question is not clear.. find values of which control? the way you find the
value depend on the control
 
Back
Top