bulgarian388
01-13-2007, 02:05 PM
Hi guys, simple question for you all. How do I response.Write a character from its char code? In classic I did it this way:
response.Write("<something value=" & chr(34) & "1" & chr(34) & " />")
How do I go about doing the equivalent in .NET.
Also, how do I set the Charset for the page in .NET. In classic I used:
response.Charset = "utf-8"
But, I have not been able to see something equal in .NET. How would I go about doing this as well?
Thanks in advance!
response.Write("<something value=" & chr(34) & "1" & chr(34) & " />")
How do I go about doing the equivalent in .NET.
Also, how do I set the Charset for the page in .NET. In classic I used:
response.Charset = "utf-8"
But, I have not been able to see something equal in .NET. How would I go about doing this as well?
Thanks in advance!