I have a modual popup that does some server side actions when a dropdown list is selected. After the postpack the popup prepositions itself. I have RepositionMode="None". But it still repositions itself.
Let me know if I need to throw the code up here. There is a lot and would take a bit of time to go through. I am hoping that there might be some javascript I can use to over come this issue.
Member
1 Points
42 Posts
asp modual popup Repositioning after postback
Sep 29, 2014 09:19 AM|Zap_Man|LINK
I have a modual popup that does some server side actions when a dropdown list is selected. After the postpack the popup prepositions itself. I have RepositionMode="None". But it still repositions itself.
Let me know if I need to throw the code up here. There is a lot and would take a bit of time to go through. I am hoping that there might be some javascript I can use to over come this issue.
Member
1 Points
42 Posts
Re: asp modual popup Repositioning after postback
Sep 29, 2014 11:17 AM|Zap_Man|LINK
found the solution.
Adding an end request then resetting the Y index seems to do the trick.
Member
590 Points
195 Posts
Re: asp modual popup Repositioning after postback
Oct 07, 2014 04:55 AM|sw-ing|LINK
The endRequest event is raised after an asynchronous postback is finished and control has been returned to the browser.