.NETGURU
ASPFriends.com 'aspngreg' list
Up to: Discussion Lists

  • RSS Syndication
  • Latest Discussions Archive
    ASP.NET -> My own DATEFORMAT Hell (7 replies)
    ASPFriends.com 'aspngreg' list
    Moved from [aspngfreeforall] to [aspngreg] by Yannick Smits dotnet@stepcompany.com Hi Everyone, In ASP.NET all I want to do is set a datetime format "en GB" 13/12/2002 for the whole of my application, ToString and back to Datetime fomat, should still give me the UK date format i.e 13/12/2002, right..?. But this does not seem to work for me, I can present it in a web form no problem in European dat...
    date time format (3 replies)
    ASPFriends.com 'aspngreg' list
    Moved from [aspngfreeforall] to [aspngreg] by Yannick Smits dotnet@stepcompany.com My PC has its regional setting set to UK. This means I get the datetimes in DD/MM/YY format in visual studio when I use the NOW function. However if I use NOW in ASP.NET on the same PC , I get it in MM/DD/YY format ie USA format Is there some other setting I have to change to make ASP.NET return the date correctly t...
    Date/Time display in local time (6 replies)
    ASPFriends.com 'aspngreg' list
    I have a date/time field stored in a database and want to display that to the user in their local time zone. The database stores the date/time in UTC. Is there a way built into the .NET architecture to do the time zone conversion based automatically on the server (thus allowing me full access to the localized date/time formatting)? Thanks, Rangi Keen ..................................................
    Timezones (2 replies)
    ASPFriends.com 'aspngreg' list
    Moved from [aspngfreeforall] to [aspngreg] by Yannick Smits dotnet@stepcompany.com Hi, Does anybody know of any function that would convert a certain Date/Time value to another timezone? Or better yet, is this functionality implemented in .Net's localization classes? Any info will be appreciated. Thanks in advance. Ariel
    Settiong locale identifie (formerly known as LCID) (3 replies)
    ASPFriends.com 'aspngreg' list
    Moved from [aspngfreeforall] to [aspngreg] by Yannick Smits dotnet@stepcompany.com Hi How do I set lcid value. I have tried: %@ Page Language "vb" AutoEventWireup "false" Codebehind "search2.aspx.vb" Inherits "hlb.search2" Culture "da DK" responseEncoding "iso 8859 1" uiCulture "da DK" % But nice danish letters isn't outputtet ??? Med venlig hilsen/ Best regards, Martin R. L. Lysgaard Site Designe...
    Localization (2 replies, VIP)
    ASPFriends.com 'aspngreg' list
    Any good tutorial sites which talks about .NET Localization.. Regards, Yogesh S Financial Technologies (India) Ltd. www: ftindia.com e mail: mailto:yogesh.shetty@ftindia.com yogesh.shetty@ftindia.com 91 22 616 4145 (P) 91 22 612 2342 (F) The information in this E mail (which includes any files transmitted with it) is CONFIDENTIAL and may be legally PRIVILEGED. It is intended solely for the address...
    Language problem between ASP.NET and MSSQL (2 replies)
    ASPFriends.com 'aspngreg' list
    Moved from [aspngcommunity] to [aspngreg] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi all, I am getting trouble with the ASP.NET and MSSQL with Traditional Chinese. I have been set the following statement at the web.config: system.web globalization requestEncoding "Big5" responseEncoding "Big5" fileEncoding "Big5" / /system.web However, when I enter the Chinese into the textbox and inser...
    Multilingual Support question in C# (3 replies)
    ASPFriends.com 'aspngreg' list
    I can show up chinese by asp.net, but after I insert the Chinese into English SQL server using c#, it shows up ??? in the database, any idea?
    date in German (instead of English) (3 replies)
    ASPFriends.com 'aspngreg' list
    Moved from [aspngvs] to [aspngreg] by Charles M. Carroll charlesmarkcarroll@yahoo.com My code is: entry.Timestamp.ToLongDateString() The output I am getting on my page is in German: Mittwoch, 23. Januar 2002 Would anybody know what and where should I set to get the result in English? Thanks, Gabor
    Date Input on a Web Page in US & UK Format (7 replies)
    ASPFriends.com 'aspngreg' list
    I am attempting to design a web page which will be used in the US and UK and will require date input. Ideally I want to force the user to input the date in the either the 01 JAN 2002 or 2002 JAN 01 format so there will not be confusion between the UK(d/m/y) and US(m/d/y) date formats, but I cannot see how to validate text box input to these formats. Has anyone done anything similar? Many thanks Ri...
    Date formats (7 replies)
    ASPFriends.com 'aspngreg' list
    Hi all, Charles directed me to this list. Hope someone can help. Please read the e mails below to know what I'm on about...... Daniel. David: That sounds like a good idea David, but how do you enforce that in the code? I can't get it to use anything else but the US format (that's basically my problem). wisemonk: All the stuff I read about locale was to do with ASP (as opposed to ASP.NET). I found ...
    Project with cultural problem (4 replies)
    ASPFriends.com 'aspngreg' list
    Copied from [aspngvs] to [aspngreg] by Charles Carroll darthcarroll@asplists.com Help, something is wrong with our project! We have an ASP.NET VB project that always formats numbers etc. according to the "en US" culture, no matter what we do. Even the following doesn't work: System.Threading.Thread.CurrentThread.CurrentCulture 3D 20 New System.Globalization.CultureInfo("sv SE") System.Threading.Th...
    Localization Class (2 replies)
    ASPFriends.com 'aspngreg' list
    Moved from [aspngdata] to [aspngreg] by darthcarroll@asplists.com Hi! Fellows, I am looking for an article on ASP.NET which describe the Localization. Take Care, Mudassir
    Improving localization (2 replies)
    ASPFriends.com 'aspngreg' list
    Copied from [aspngwishlist] to [aspngreg] by darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 000 0001 01C13D26.1C5AAA40 Content Type: text/plain; charset "us ascii" Content Transfer Encoding: 7bit Forgive me if this has been mentioned before. I am very new to ASP.NET. I have been experimenting with localization including resources and satellite assemblies. I find re...
    need a reg ex (4 replies, VIP)
    ASPFriends.com 'aspngreg' list
    I wonder if you regex gurus can help me with the following regular expression: I need to change this: javascript:submitForm('123456'); to ?msgid 123456 where 123456 is a sequence of digits that may not always be 6 in length. TIA, Brian
    ASPX problem with character sets (2 replies)
    ASPFriends.com 'aspngreg' list
    This message, which was originally sent to "aspngdata", has been copied to "aspngreg" mailing list by the List Master first of all , thanks to all of you for the valuable info presented in these lists. now , onto my problem : there is an Oracle DB , NLS are Russian , and I need to connect it tp an ASP.NET page. All of the data in the database is in cyrillic , and because of it I have a problem dis...
    Visit the archive for messages from this site.
  • May 2001 (1 item)
  • September 2001 (2 items)
  • October 2001 (1 item)
  • November 2001 (2 items)
  • December 2001 (1 item)
  • January 2002 (1 item)
  • February 2002 (3 items)
  • April 2002 (2 items)
  • June 2002 (2 items)
  • August 2002 (1 item)
    Ad


    Need Dot Net Interview Questions?
    Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
    .Net Projects
    Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
    Free .net Help
    Commission ExamGuru, Inc. and his team for your next bespoke software project
    FogBUGZ
    The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
    Awesome Tools
    If you don't know about these, you're missing out... IT Certification Questions
    IT Interview Questions
    Free Oracle 10g Training
    MCSE Boortcamp
    Cisco Study Guides
    Cheap Study Guides
    Exact Questions
    Dot Net Interview Questions
    Oracle OCP
    Cheap Travel
    Designer Perfumes - Wholesale Prices
    Free Programming Tutorials
     
    ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
     Copyright © ExamGuru, Inc. 2001-2006
    Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification