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
1230
Get DropDown selected value
posted

I have an aspx page, on which UserControl[ucGrid.ascx] is placed. In UserControl[ucGrid.ascx], WebdataGrid is used.

Inside WebDatagrid,  another UserControl[ucDropDown.ascx] is used, which contains dropdown.

How to access this dropdown value in Client Side on ucGrid.ascx page?