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
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
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
3 matches
Mail list logo