Setting Response encoding in ASP.Net
HI,
Can anyone help me with code to set the encoding scheme of browser to "User Defined" through my web application page developed using ASP.NET
I have tried <meta> tag also but it is resetting the encoding to Unicode on postback.
Thanks in advance
|