Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
411
Finding a dropdownprovider in code behind
posted

How would I be able to grab a hold of a dropdown provider from code behind? I am trying to create a cascading dropdown within the webdatagrid...

Parents
  • 106
    posted

    Hi,

    I had a similar issue and I managed to solve with the following code.

    DropDownList cboList = row.FindControl("cboList") as DropDownList.

     

Reply Children
No Data