Hi all

i have a webform that has three fields, I have to submit this form with my VB App. I can submit this form using INET control but the problem is that the data is posted in the webform contain unicodes. Like the textbox have English, Chinese and Japanese characters and when the data is submitted then the form is submitted successfully but the problem is the unicode characters are sent to the server as ????? and i want the Chinese characters to appear in Chinese.

how i can solve this please?