[jQuery] Re: Button doesn't work in jquery dialog

2008-12-31 Thread Sara
thanks everybody and sorry to reply late I solved my problem with usercontroll,in this way the dialog loads a usercontroll instead of .aspx page and all the controlls work fine as well On Dec 30, 6:33 pm, MorningZ wrote: > I'd guess by the error that you are trying to load a full aspx page > int

[jQuery] Re: Button doesn't work in jquery dialog

2008-12-30 Thread MorningZ
I'd guess by the error that you are trying to load a full aspx page into another aspx page.. that is going to cause all sorts of issues as Viewstate and all the ASP.NET event wiring on the client are going to get all mangled up Try to return straight HTML back from AJAX calls, because you ar

[jQuery] Re: Button doesn't work in jquery dialog

2008-12-30 Thread Richard D. Worth
What if you simply do jQuery("#myDiv").load("Default3.aspx") without making the div a dialog? If that works and you find the problem is related to the dialog specifically, please let me know. - Richard On Tue, Dec 30, 2008 at 6:03 AM, Sara wrote: > > Hi everybody > > I have a jquery dialog wh