Showing posts with label upgraded. Show all posts
Showing posts with label upgraded. Show all posts

Wednesday, March 28, 2012

Installed new AJAX RT, now ASP controls dont work.

Hello,

I have been runing AJAX CTP and today upgraded to the full release version. I followed the migration instructions and updated my config file. So I thought I would go ahead and hit run as I am not using that much AJAX in my site. Thought I would just let the error messages show me where to update my AJAX code. Well I did not even get to that part of the code. For some reason now all my ASP controls seem to be disconjointed. Has anyone ever seen this message?

Error 10 The type or namespace name 'Controls' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?) C:\WebSite\login.ascx 7

And this is the line that it stops on:<asp:TextBoxid="login_password" runat="server"TextMode="Password"EnableViewState="True"></asp:TextBox>

Thanks for any insite.

Michael

Never mind, I figured it out.
I'm having the same problem now. What did you do to correct it?

Saturday, March 24, 2012

Is Ajax features invalid if set an "ajax page" as an "iframe page" of another main page??

HI Guys:

I upgraded my atlas web application to the ajax v1.0 version and found a series problem: the ajax feature ( "no postback" ) is invalid in an "iframed page"!!

For exsample: I develop an ajax page A--- yes, it has scriptManager , updatepanel, some buttons in it and so on……, if I open the page in a unique IE brower, everyting works fine , i can savor the amoratic breeze of ajax effects; however , If I open page B where these codes place:

<iframe src=http://page A url width="700px" height="700px" scrolling="no" frameborder="0" ></iframe>

, or I can say if I experience page A in another parent page B -- the exited ajax effects disappeared!!! Moreover I get some "access denied" alert.

Who can tell me why? when i used the ajax RC version, I dident meets this . But now the final version baffles me and aggravate my aspiration of continious development.

Up Need help!