Search

You searched for the word(s): userid:702702

Matching Posts

  • Re: Calendar Extenders "Today" text - how to change?

    As my post states, yes I have tried this it doesn't work? For reference the assembly name of my calendar extendar as viewed via the toolbox in VWD2005 is "AjaxControlToolkit (1.0.20229.20821)". I did read one posy which seemed to suggest this may have been fixed in a later version/or was fixable by updating a .resx file for the fr culture however I currently don't have any .resx files in my solution? MArco
  • Re: Calendar Extenders "Today" text - how to change?

    This worked! many thanks. Don't understand why it doesn't work when I specify it on the page buy anyway... in VB: Protected Overloads Overrides Sub InitializeCulture() Culture = ("fr-FR") UICulture = ("fr-FR") End Sub MArco
  • Re: decimal point format problem - fr culture

    I modified all my input masks to allow the commas rather than trying to overide the culture settings.
    Posted to Localization (Forum) by marco gwiliani on 10/10/2009
  • Re: Multi Language - Localization v Sub Folder pages?

    ive gone for the subfolder option having seen this used by a number of user sites, will just have to see what happens in the search engines.
    Posted to Architecture (Forum) by marco gwiliani on 10/10/2009
  • Calendar Extenders "Today" text - how to change?

    How can I change the "Today" text on a page to a different langauge? I don't use localization, the page is purely in french. The Calendar Extender shows everything in French except the "Today" which I need to read "Aujourd'***". On the page I have EnableScriptGlobalization=True and the Culture is set to fr-FR. I read about updating a .resx file but I don't have any .resx files in my solution? Can anyone advise. I using asp.net 2 with VB and .css MArco?
  • decimal point format problem - fr culture

    Hi, I have 2 identical webpages - one in english and one in french. On each I have a gridview attached to an ObjectDataSource. One of the fields in the gridview is of data type decimal. In the UK culture the field displays with a dot, e.g. "1.2", however in the french culture this is displaying with a comma, e.g. "1,2". I need this field to display with a dot only. I have tried adding a DataFormatString of {0:d} and also {0:n} on the field however this does not work, it still
    Posted to Localization (Forum) by marco gwiliani on 10/9/2009
  • Remove time dateadd?

    Hi - can anyone advise how I can remove the time from the following 2 dataadd select statements? I want the results to read 00:00:00 000 for the time part of the datetime. Note - I cannot use the CONVERT function. thans MArco select DateAdd(d, - DATEPART(dw, GetDate()) - 6, GetDate()) as startLastWeek select DateAdd(d, - DATEPART(dw, GetDate()), GetDate()) as endLastWeek
  • Re: Multi Language - Localization v Sub Folder pages?

    Can anyone else comment on subfolder v root placement of translated pages? and does anyone have experience of implementing localization, and particularly how pages perform in search engines compared to subfolder/root page placement. It will be alot quicker for me to implement subfolder or root placement - just not sure which. This is a big decision to make so a second opinion would be welcome. thanks Marco
    Posted to Architecture (Forum) by marco gwiliani on 8/2/2009
  • Multi Language - Localization v Sub Folder pages?

    Hi - I am implementing a second language into my website. Ive never done this before. I am aware of localization as one method - but have to say my knowledge on localization is currently very limited (ive gone through the tutorial on this site). My question is, should I go down the localization route, and how would/does this compare to simply copying all of my pages into a subfolder and updating them with the second language/updating links etc - which is the method I am planning to use as I need
    Posted to Architecture (Forum) by marco gwiliani on 7/30/2009
  • Re: Exception error message?

    thanks bgs264, ive now implemented health monitoring via email and I appears to be getting more info. MArco
    Posted to Getting Started (Forum) by marco gwiliani on 7/26/2009
Page 1 of 30 (299 items) 1 2 3 4 5 Next > ... Last »