Request.QueryString Problem...

Discussion in 'ASP.NET / ASP.NET Core' started by ofekray, Aug 4, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello, when i use Request.QueryString on my discountasp
    server i get question marks instead of an hebrew string.
    i already put this:
    Code:
        <globalization
          fileEncoding="windows-1255"
          requestEncoding="windows-1255"
          responseEncoding="windows-1255"
          culture="he-IL"
          uiCulture="he-IL"
        />
    
    on my config file.
    (you can see the requestEncdoing hebrew)
    still it doesn't work... can you help me?
     
  2. I'm a little confused. Querystring is a way to pass values and variables from one site to another. Just how are you passing these variables? Are you passing it from one site to another site? Are the fonts displaying correctly on the first site and not on the second site?
     
  3. actully im just writing it.
    ofekray.com/?msg=Hebrew Text
     
  4. Hi,
    Take a look at this Article:
    http://aspalliance.com/821
    Especially the method in the comments by "Go Sens Go" where a possible solution is posted.
    Shalom,
    Mark
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page