Search

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

Matching Posts

  • Re: Localizing FileUpload control

    What if the user is not using a computer with an Arabic version of Windows? Let's say he's traveling in the US, using the hotel's English computer, and he visits a site that has English and Arabic. The site should enable the user to click on "Arabic" to see the site in Arabic. When he sees the FileUpload control button, it doesn't show "Browse..." in Arabic. How do we make the button display Arabic or any other language or text?
    Posted to Localization (Forum) by Curt on 2/26/2008
  • Re: Chinese characters input ??

    Vivek, Must the Database field be nvarchar to store Chinese characters? Can it be varchar? Also, I'm using a stored procedure to write the data to SQL Server. Here's some of the code: update member set employee_number = @employee_number , namelast = @namelast , namefirst = @namefirst , nameinitials = @nameinitials , password = @password , position = @position , Do I need to change this code so that UTF-8 characters will be written to the database? If so, how should the code be changed?
    Posted to Getting Started (Forum) by Curt on 2/21/2008
  • Re: UTF-8 cannot display Chinese

    kerocow, Did you ever figure out the solution to your problem? I'm trying to enable Chinese as well.
    Posted to Localization (Forum) by Curt on 2/21/2008
  • Re: Chinese characters in ASP.NET/VS.NET

    throwexception, Supposedly, the UTF-8 character set is supposed to support the characters for most languages in the world. Shouldn't you be using UTF-8 instead of big5?: Did it ever work for you with big5?
    Posted to Getting Started (Forum) by Curt on 2/21/2008
  • Re: Chinese Characters ASP.NET pages

    Carmel, I'm trying to do the same thing. Did you figure it out?
    Posted to Web Forms (Forum) by Curt on 2/21/2008
  • It's amazing how user-hostile this is!

    I've spent 4 hours trying to install MSDE and Time Tracker. According to http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1 , you're supposed to type: " Setup SAPWD=(Some password) SecurityMode=SQL ". However, the MSDE installation will tell you that the Instance you specified is invalid. What instance? I didn't specify an instance. If I needed to specify an instance, why didn't http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1 say so??? I took a guess and tried: " Setup SAPWD
Page 1 of 1 (6 items)