my page is having a Datalist control with a usercontol pager and a modelpopup Ajax Control.
While clicking the Datalist image button model pop up has to show some information,Model popup was not working
because of the page databinds at every post back.
Modelpopup was working fine when i commented the databinding event for the Usercontol pager.
Please let me know how to fix this issue. i need to show the modelpopup with datalist pager Control.