Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
C

Chetanfcc

@Chetanfcc
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Passing Arabic characters in a query string
    C Chetanfcc

    Hey All, I figured it out! All i needed to do was to encode only the Arabic part of the text using HttpUtility.UrlEncode text= HttpUtility.UrlEncode(Text.ToString) and then attach it to the URI. This way the server(processing page) at the other end is able to decode the characters correctly. Thanks

    ASP.NET csharp database

  • Passing Arabic characters in a query string
    C Chetanfcc

    Hi All, I am using httpwebrequest (vb.Net) to make a call to a url ("GET" request). The call works fine when all the query string parameters are in english. I can make the URL call from a web-browser using Arabic characters and get a response as well. But when i try passing Arabic characters as a querystring parameter through the httpwebrequest object, the characters appear garbled. Is there any way I can prevent this from happening, maybe by using some sort of encoding or is there any other workaround available. Thanks in advance guys, Chetan

    ASP.NET csharp database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups