|
| Encoding Problem |
 |
Fri, 28 Mar 2008 13:01:22 +000 |
Good morning ..
i have a problem in asp.net page with encoding
i've used manual insert command but when i insert in the database it come like
??????
the insert code is ..
Insert = "insert into [subject] values ('" & TextBox1.Text &
"' , '" & TextBox2.Text & "' )"
i really need help !!
|
| Post Reply
|
| Re: Encoding Problem |
 |
Wed, 2 Apr 2008 10:13:39 +0000 |
What is the data you are enteringin the Textboxes? If it contains HTML or other
tags, try Server.HtmmlEncode(TextBox1.Text)
------------------------------------------------------------Please click Mark As
Answer if this helped in solving your problem.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|