I am using two update panel..in nested way.. can i use like this and also
in my project im using clientscript.RegisterScript along with update panel , its not giving any error but , my pop up is not being displayed when i click one item on grid. the pop up is in update panel which is inside (nested)..
can anyone help ???
Thank you
RegisterScriptmay not work well with updatepanel. usePageRequestManager.add_endRequestmethod to hook-up client script in this scenario.also make sure there is no javascript erros during page load.