Viewing 3 posts - 1 through 3 (of 3 total)
What I find funny/wierd/stupid....
There are two ways to make thai characters available on a webpage:
1) Set the charset (code behind)
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
August 22, 2009 at 1:11 am
#1043232
This seems to work....
objConn.Execute("Update tl_translate Set tl_th = N'" & Request.Form("xlate") & "' Where tl_id = " & Request("tl_id"))
I'll eat the cookie...
April 13, 2009 at 12:22 pm
#976804
Hi,
I have written some pages in asp.net and i use adodb to enter into a MSSQL 2000 database.
I made a form and i can enter thai characters in it.
I use...
April 13, 2009 at 12:18 pm
#976798