Click here to Skip to main content
15,906,558 members
Home / Discussions / C#
   

C#

 
GeneralRe: Form Resize Pin
Yigal Agam25-Jul-05 10:26
Yigal Agam25-Jul-05 10:26 
GeneralRe: Form Resize Pin
twoteesbrett25-Jul-05 10:42
twoteesbrett25-Jul-05 10:42 
GeneralRe: Form Resize Pin
Dan Neely25-Jul-05 11:13
Dan Neely25-Jul-05 11:13 
Generalbutton haldling in c# Pin
iramg25-Jul-05 8:58
iramg25-Jul-05 8:58 
GeneralRe: button haldling in c# Pin
LongRange.Shooter25-Jul-05 9:33
LongRange.Shooter25-Jul-05 9:33 
Generalform size limits Pin
RedTurtle25-Jul-05 8:34
RedTurtle25-Jul-05 8:34 
QuestionHow to double-space a rich text box? Pin
EGosnell25-Jul-05 8:14
EGosnell25-Jul-05 8:14 
GeneralEncoding Pin
Bahadir Cambel25-Jul-05 7:23
Bahadir Cambel25-Jul-05 7:23 
I am using HttpWebRequest and Response classes in order to query a third party database.
But the problem is , encoding is in ISO_8859 format and couldnt retrieve some characters ..as I looked so far in the method of streamReader class , only ASCII , utf 7-8 and a few more are available..But I want to encode streamReader with ISO-8859
So far I am using the following method.
sr = new StreamReader(resp.GetResponseStream(), System.Text.Encoding.UTF8);
..
How could I achieve this?
Any suggestions or piece of code will be welcomedSmile | :)
Thanks in advance.
GeneralRe: Encoding Pin
mav.northwind25-Jul-05 11:31
mav.northwind25-Jul-05 11:31 
GeneralSummary Application Pin
kgoodrich25-Jul-05 7:14
kgoodrich25-Jul-05 7:14 
GeneralRe: Summary Application Pin
Not Active25-Jul-05 8:02
mentorNot Active25-Jul-05 8:02 
GeneralRe: Summary Application Pin
Anonymous25-Jul-05 8:28
Anonymous25-Jul-05 8:28 
GeneralRe: Summary Application Pin
kgoodrich25-Jul-05 9:17
kgoodrich25-Jul-05 9:17 
GeneralRe: Summary Application Pin
LongRange.Shooter25-Jul-05 9:39
LongRange.Shooter25-Jul-05 9:39 
GeneralDataGrid validation Pin
zaboboa25-Jul-05 6:17
zaboboa25-Jul-05 6:17 
GeneralRe: DataGrid validation Pin
Not Active25-Jul-05 6:28
mentorNot Active25-Jul-05 6:28 
GeneralRe: DataGrid validation Pin
zaboboa25-Jul-05 8:22
zaboboa25-Jul-05 8:22 
GeneralRe: DataGrid validation Pin
Alomgir Miah25-Jul-05 8:50
Alomgir Miah25-Jul-05 8:50 
Generalsomething like image list! Pin
Sabry190525-Jul-05 6:11
Sabry190525-Jul-05 6:11 
GeneralRe: something like image list! Pin
Anonymous25-Jul-05 8:26
Anonymous25-Jul-05 8:26 
GeneralRe: something like image list! Pin
LongRange.Shooter25-Jul-05 9:41
LongRange.Shooter25-Jul-05 9:41 
Generalsetting Radio Button selection in Codebehind Pin
la vie25-Jul-05 5:48
la vie25-Jul-05 5:48 
GeneralRe: setting Radio Button selection in Codebehind Pin
Alomgir Miah25-Jul-05 6:07
Alomgir Miah25-Jul-05 6:07 
GeneralSQL XML Bulk load Pin
Ruchi Gupta25-Jul-05 5:32
Ruchi Gupta25-Jul-05 5:32 
QuestionEliminating HTML from an end-result ASPX page, just text? Pin
methodincharge25-Jul-05 3:31
methodincharge25-Jul-05 3:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.