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
1025
Document.Ready event and dropdown value
posted

Hi,I want to get the value of the WebDropDown on Document.ready Event of javascript.
when i write var ctl = $('<%=object.clintID%>')

this method gives me null control how can i access the control on ready event while me same code works on some ther textbox onblur event.