hi
i have implemented icallbackeventhandler in my content page. when ddl_1 value changed and come out of the focus, it will call server side method to load another ddl_2. it works fine. but after the ddl2 loads, if i click any button on the page, it is not firing the specific event. i need your help.
My javascript code
function ClientCallbackScript(result, context) {
Go to the complete details ...