Fancybox - ASP.NET button not working
Posted
by kape123
on Stack Overflow
See other posts from Stack Overflow
or by kape123
Published on 2010-04-21T20:35:43Z
Indexed on
2010/04/21
22:33 UTC
Read the original article
Hit count: 882
I've just determined using Firebug that when Fancybox window is created it actually takes all of my ASP.NET controls (contained in DIV tag) and puts them outside FORM tag. So I guess this is the reason why then ASP.NET button doesn't do anything - it is placed outside form.
So, do you have any suggestions how I can prevent this (or make that ASP.NET button work), other than using completely different modal dialog?
Thanks in advance.
© Stack Overflow or respective owner