Atlas
As it is easy to use inbuilt jax libraries in asp.net 2.0 .I think UpdatePanel and scrpitManager tags are backbone. As i read yesterday that by updatePanel we can make any section Ajax enabled. I want to know
1) other than updatePanel what are things that we can use.
2)Is there is any performance cost that we gave to pay if we use updateapnel for whole page ,not for any selected section.
3)If Ajax libraries are included in asp.net 2.0 by default. So why one can for simple website .
Hi,
UpdatePanel's just one control that you can use. Take a look at the free controls that are available athttp://ajax.asp.net/ajaxtoolkit. Know however that using the UpdatePanel only ajaxifies your page so that you don't see any postbacks. The ugly thing about it is that every event still gets handled of your page although the Render event is only used to render those controls in the updatepanel. Viewstate's also transferred back and forth so if you're looking for something that results in less bandwidth this is not an option.
I don't really understand your point 3 as a question. Could you elaborate on that a bit more please?
Grz, Kris.
hi
Grz, Kris
in third point I wanted to say
that as now ajax enabled web sites are inbuilt in VS 2005. Is there any reason that any one can go for simple website project.That do nt use ajax.
overall i mean is it better to make any website with ajax enabled or one can go for simple website project always?
i think i am little bit not able to make my point clear.
Regards
manminder
Hi,
sure you can still create web apps with Visual Studio 2005 without AJAX and you shouldn't use AJAX if it's not necessary in your project or when your sys admin doesn't want to install the needed extensions on the server.
Grz, Kris.
XIII:
Hi,
sure you can still create web apps with Visual Studio 2005 without AJAX and you shouldn't use AJAX if it's not necessary in your project or when your sys admin doesn't want to install the needed extensions on the server.
Grz, Kris.
Hi,
Ok
Is it Developemnt server or Web server on which sites are running
i think development
Regards
Manminder
Hi,
the server where your application will be deployed to, or any other server where you want to run an AJAX based application on, should have the extensions installed.
Grz, Kris.
No comments:
Post a Comment