renevanderlende / dyndiv

Automatically exported from code.google.com/p/dyndiv
0 stars 0 forks source link

Cannot move after page postback when inside UpdatePanel / MasterPage #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Im using Visual Studio 2008 asp page with Master Page and UpdatePanel, start 
witn DIV hidden and after button click change style to show DIV, but cannot 
move DIV anymore!

using byrei-dyndiv_1.0rc1.js / Windows 7 / Explorer 9 & FireFox 12

Thanks

Original issue reported on code.google.com by salvador...@gmail.com on 16 May 2012 at 2:07

GoogleCodeExporter commented 8 years ago
Same here.. Did you resove it? if yes, Please share!

Original comment by jagdish....@gmail.com on 25 Nov 2012 at 6:18

GoogleCodeExporter commented 8 years ago
I found a method to solve this.

Create another ContentPlaceHolder in master and child page and move dyndiv 
panel or div inside this new ContentPlaceHolder in child page, if you have a 
button or control to show this div inside UpdatePanel add it to the Triggers 
section.

Original comment by salvador...@gmail.com on 20 Oct 2013 at 6:03