Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Saturday, March 24, 2012

Live.com effects

Hi,

how could I realize the foldout animation effect used on Windows Orb menu appearing in the top left corner of live.com search results page (http://search.live.com/results.aspx?q=asp.net&mkt=en-US&form=QBRE)?

I made attempts combining HoverMenu and Animation extenders but didn't reach the expected result.

Thanks in advance, any help appreciated

Hi,

check the mashup in my signature. It contains a similar effect, but it's not using extenders. However, you can download the source code and build your own extender following thistutorial.


Thanks, very very interesting!

Wednesday, March 21, 2012

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.