Asp.net control inside of fancybox modal is not "working"

Posted by studiothat on Stack Overflow See other posts from Stack Overflow or by studiothat
Published on 2010-04-05T22:54:52Z Indexed on 2010/04/05 23:03 UTC
Read the original article Hit count: 204

Filed under:
|
|

Your typical "It doesn't work" freak out going on over here. Any direction would help.

I have a login control on my master page and I'm trying to only display it using jquery fancybox and then redirect the user once they are logged in.

But any buttons or controls that should do "something" when pressed when I put inside the fancy box are not responding. If I keep the div visible and then use the control not using fancybox I get the expected result.

What are my options?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ASP.NET