Showing posts with label visual. Show all posts
Showing posts with label visual. Show all posts

Wednesday, March 28, 2012

List Of Events and Behaviors...

Hello,

I have gone through Atlas Tutorials from same site. In XML script they have given various samples and code to get different visual effects. I want list of all awailable Events, behaviors, methods for different kind of controls...

http://atlas.asp.net/docs/Client/default.aspx
and
http://atlas.asp.net/docs/Client/Browser/jsBrowser.aspx

Wednesday, March 21, 2012

Loading AJAX ToolKit into Visual Web Developer 2008 Express Edition

I assume I can load the AJAX ToolKit into Visual Web Developer 2008 Express Edition's toolbar. If so, can someone kindly point me to (or provide me with) installation instructions? I would greatly appreciate it. Thanks in advance for any help/guidance.

1. Download and unzip AJAX toolkit from here:http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx
2. Right mouse click on your Toolbar -> Add Tab -> Enter name of new tab
3. Right mouse click inside new tab -> Choose Items...
4. In new window click on Browse... -> (folder where you unzipped AJAX toolkit)/SampleWebSite/Bin/AjaxControlToolkit.dll -> Open -> OK


kipo,

I was obviously looking in the wrong folder: (folder where I unzipped AJAX toolkit)/Binaries.

Thanks for your help!

BobZ

Localisation not working

Hi Guys,

I have a problem with AJAX Control Toolkit.

I use a german system WIndows Vista Ultimate and Visual Studio 2005 SP1.
When I try to create a new AJAXEnabledWebsite putting a CalendarExtender on the page, it displays strings and dateformat in english.

When I start the AjaxControlToolkit Sample Website, it is german!

I checked already that the satelite assemblies are being copied, is there something else I have to configure that localisation works?
I cannot find any difference between my little test project and AjaxControlToolkit Sample Website.

Thanks for any help!

Mark

i think that you have to identify the page caltur arrtibute it self too, like below

Culture="auto:de-DE" UICulture="auto"
i hope this will solve your matter.