Showing posts with label friends. Show all posts
Showing posts with label friends. Show all posts

Wednesday, March 28, 2012

installing ajax toolkit

hi friends,

i want to learn ajax, i saw the ajax video available on the site but the problem is that when i open the AjaxControlToolkit.sln the TemplateVSI file is not open. that's why i can't build the toolkit

i am using visual web developer 2005.

plz help me.

Hi Zubair Alam,

With VWD you're not able to compile the whole solution. You need Visual Studio 2005 standard or above for that (as the project types are implemented separately in the express editions).

As you're only missing out on the .VSI project it's not really a loss.

All you actually need is the control toolkit dll, which you can find in the "bin" directory of the sample website.

Thisvideo covers installing (as well as adding the controls to the toolbox) and should get you on your way. There's a whole bunch of videos about asp.net ajaxhere

I hope that helps.


hi imco

please explain me which studio i downlod which is in small size, its only for vsi file


Hi Zubair Alam,

Sorry, I'm having a bit of trouble understanding what you are asking so please let me know if I'm not addressing your question.

There is a walkthrough on setting up your environmenthere if the video wasn't sufficient.

As I said, I'm not clear what exactly you're trying to accomplish, but, if you want to build the TemplateVSI project you'll need a non Express version of Visual Studio.

This means Standard, Pro or one of the "Team" editions. Microsoft offers a90 day trial of Visual Studio Professional, I'm not sure whether you can "go live" with it, you'd have to read the EULA.

You could also use the Visual Studio 2008 Beta, eitherStandard orPro.

None of those options are a small download, but at least a Beta2 install can give you an opportunity to really test Visual Studio before deciding if you're willing to pay for it.

I hope that helps.

Monday, March 26, 2012

Installting AjaxExtensions

Hi Friends,

I have been working with ajax now since last 3 months. I have applied in one project and works fine. I am trying to using it in another place and trying to use it in another project. Unfortunately i am not able to apply ajax successfully. I have run the setup file. I installed AjaxExtensions, i tried to test it on one page by putting a normal button inside updatepanel, to see if it is getting refreshed. But on the pageload itself i see javascript error ' Sys' is undefined. I believe its the error from Register Assembly?

I have included all the necessary details in my web config file also.

I dont know where am i doing wrong? Any suggestions would be appreciated.

Thanks

Menon

Did you start with a new website using the Ajax-enabled Website template? Or are you just trying to add some Ajax to a previous web app? If it's the latter, you need to make some changes to your web.config, in addition to installing the extensions.

http://www.asp.net/learn/ajax-videos/video-81.aspx


http://www.asp.net/AJAX/Documentation/Live/InstallingASPNETAJAX.aspx

Configure your AJAX like this

http://www.asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx