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.
Hi, ashpawan.
See if this can help you :
http://community.infragistics.com/forums/p/50324/264557.aspx
Hi Nikolay,
Thanks for your reply it works . It got the initialization event of the control.
But this event fires after the document.ready event.and on document.ready the control is null.
But still i can work with this and thanks for your time