Textbox WebControl

  • Thread starter biz via DotNetMonster.com
  • Start date
B

biz via DotNetMonster.com

Please Help Me..

Is there anyone who knows how i can make a Custom WebControl Textbox, which
can take my native
Language (Farsi) on a webPage. I can do that very easily on a windows Form,
but how can i do that
on a Webpage.

On Windows....

InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(New
System.Globalization.CultureInfo("fa-IR"))

you can change the "fa-IR" as Desired Language.

I have 2 Textboxes one in English and one in Farsi on a webpage. But the
Farsi textbox doesnt work.
I know that there is a way to use a windows CustomControl on a webpage, but i
can not find anything
about that.

any Help is very Much apprichiated.

Thanks alot in advance

--
B2


Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-vb-net/200508/1
 
B

biz via DotNetMonster.com

Mr . Cor Ligthert [MVP]


Oh, I havent been on that site yet, but i want to thank you anyway for
answering me.
I know that it can be done, but unfortunetly its proven to difícult for me.
Specially because i was so
naive that i thought that i could go around without learning good Java
(JavaScript).
Please remember me, if you see something about this.
Or
If there is a way to Change users Keyboard Language(remotly), when the user
has Focus on
a textbox, and just change everything back when the user lives the Textbox.

Thank you very much, and hope the best for you.

Biz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top