Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: How to insert Thai language

    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...

  • RE: How to insert Thai language

    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...

  • RE: How to insert Thai language

    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...

Viewing 3 posts - 1 through 3 (of 3 total)