Showing posts with label framework. Show all posts
Showing posts with label framework. Show all posts

Monday, March 26, 2012

will AJAX work with Framework 3.0 ?

will AJAX work with Framework 3.0 ?

Yes ASP.NET AJAX will support Framework 3.0. See Required Software on this page http://ajax.asp.net/docs/InstallingASPNETAJAX.aspx


Hello asmgx,

Moreover, AJAX will be the part if FW starting from the .NET 3.5

a> will AJAX work with Framework 3.0 ?
a>

Yes, ASP.NET 3.5 includes ASP.NET AJAX.

window.onload alternative

I believe there is a method in the Microsoft AJAX framework that is part of the client side (javascript). That allows multiple onload events to be registered easily.

I can't find it in the documentation though. Can someone point me in the right direction?

Thanks

You can use Sys.Application to register/deregister load and unload handlers.

Without installing Atlas, Website application is not working in IE

Hello,

I am developing Website Application using VS 2005 with .NET 2.0 and Atlas June CTP. I am using Atlas framework in the existing project. Hence I have added reference of Atlas.dll and modified Web.config

In the project, I have one user control (ascx) and one aspx page. The user control is included in aspx page. The user control has two dropdown lists. The second list is getting populated depends upon the selected value from first list. This is done by using Atlas. The UpdateControl is added into this page. The Script manager is added in aspx page.

If the application is launched on the machine where Atlas is installed, it works only on that machine in both browsers (IE and FireFox). It is not working if anybody accesses this website remotely through browser from machine where Atlas is not installed.

If the application is launched on the machine where Atlas is not installed and accessed the local website through browser, the "SelectedIndexChanged" event is not getting triggered. If I add "ScriptLibrary" folder in the application, it is working in FireFox but not in IE. In this case,do I need to add any assemblies apart from Atlas.dll to make it work in IE and without installing Atlas?

Thanks in advance,

Milind

hello. the atlas dll is the only thing you need to have in your bin folder to get the updatepanel working. btw, how are you accessing the web site from the machine that has the app installed? are you using localhost/... or localhost: portnumber/... (ie, are you using the internal server or IIS when you access the site on the server?)


Hello,
I am accessing localhost using IIS.
On the test machine (where Atlas is not installed), if I deploy website application which has Atlas.dll and ScriptLibrary folder, "SelectedIndexChanged" event is getting triggered for FireFox but not in IE.

Thanks,
Milind

hello again.

weird stuff...btw, is this a public url we can see?

Saturday, March 24, 2012

Wonder if its prossible to implement Atlas to .Net 1.1?

Hi all,
I have tried Altas under VS2005 RC, it seems quite cool AJAX framework here.
Then I have this problem if it is okey to implement it to .NET 1.1?
There are several major function javascript files and a dll file in folder. What's the major obstacle about the port? Is it that DLL file matters?
Can some body tell me that thx in advance.I don't think its possible because there's a lot of plumbing that's unique to asp.net 2.0. I'd suggest looking at using Ajax.Net if you need to do anything in 1.1
Hi,
if you like to know more about AJAX.NET: you canfind it here.
Grz, Kris.