Click here to Skip to main content
15,885,978 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionWindows Property sheet Pin
vivekphlp28-May-07 0:02
vivekphlp28-May-07 0:02 
AnswerRe: Windows Property sheet Pin
Christian Graus28-May-07 1:08
protectorChristian Graus28-May-07 1:08 
GeneralRe: Windows Property sheet Pin
vivekphlp28-May-07 1:23
vivekphlp28-May-07 1:23 
GeneralRe: Windows Property sheet Pin
Colin Angus Mackay28-May-07 2:26
Colin Angus Mackay28-May-07 2:26 
GeneralRe: Windows Property sheet Pin
vivekphlp28-May-07 2:33
vivekphlp28-May-07 2:33 
GeneralRe: Windows Property sheet Pin
Colin Angus Mackay28-May-07 2:57
Colin Angus Mackay28-May-07 2:57 
GeneralRe: Windows Property sheet Pin
Christian Graus28-May-07 11:12
protectorChristian Graus28-May-07 11:12 
QuestionClient application using request version HTTP 1.1 though the protocol is set to 1.0 in the code. Pin
prgramya27-May-07 21:58
prgramya27-May-07 21:58 
Hi all,
Iam using a client application developed in c# that connects to a webservice in a remote server.I have set the Client protocol version to 1.0 in the client application. The code is
protected override System.Net.WebRequest GetWebRequest(Uri uri)
{
System.Net.HttpWebRequest webRequest = (System.Net.HttpWebRequest) base.GetWebRequest(uri);
webRequest.ProtocolVersion = System.Net.HttpVersion.Version10;
return webRequest;
}

I compiled the application connecting to the webservice in the remote server.
But when i viewed the HTTP post info using Ethereal the POST info displayed was
HTTP POST/xx/xx.asmx HTTP1.1
RequestMethod:POST
RequestVersion:HTTP/1.1

Iam using the protocol version set to 1.0 in the code but the application is still using HTTP 1.1.Why?
Can anyone help me resolve this issue.
Any help will be appreciated.
Thanks
Ramya
Questionentering date to datagridview Pin
AndrusM27-May-07 1:40
AndrusM27-May-07 1:40 
QuestionUser control in DataGridView cell Pin
pserranop24-May-07 8:57
pserranop24-May-07 8:57 
Questiondatabase based windows application, how to presente data ???? Pin
Hasan Jaffal24-May-07 5:19
Hasan Jaffal24-May-07 5:19 
AnswerRe: database based windows application, how to presente data ???? Pin
I.explore.code18-Jun-07 19:35
I.explore.code18-Jun-07 19:35 
GeneralRe: database based windows application, how to presente data ???? Pin
Hasan Jaffal18-Jun-07 22:48
Hasan Jaffal18-Jun-07 22:48 
QuestionWindows preemption Pin
Nir sheffi24-May-07 1:26
Nir sheffi24-May-07 1:26 
AnswerRe: Windows preemption Pin
kubben24-May-07 2:45
kubben24-May-07 2:45 
AnswerRe: Windows preemption Pin
Dave Kreskowiak24-May-07 6:13
mveDave Kreskowiak24-May-07 6:13 
GeneralRe: Windows preemption Pin
Nir sheffi24-May-07 8:38
Nir sheffi24-May-07 8:38 
GeneralRe: Windows preemption Pin
Dave Kreskowiak24-May-07 9:00
mveDave Kreskowiak24-May-07 9:00 
QuestionUnwanted Event firing Pin
francoisdotnet23-May-07 2:06
francoisdotnet23-May-07 2:06 
AnswerRe: Unwanted Event firing Pin
Dave Kreskowiak28-May-07 6:06
mveDave Kreskowiak28-May-07 6:06 
GeneralRe: Unwanted Event firing Pin
francoisdotnet28-May-07 11:12
francoisdotnet28-May-07 11:12 
QuestionScroll a listbox Pin
ScottM122-May-07 20:28
ScottM122-May-07 20:28 
AnswerRe: Scroll a listbox Pin
PandemoniumPasha23-May-07 1:51
PandemoniumPasha23-May-07 1:51 
GeneralRe: Scroll a listbox Pin
ScottM123-May-07 2:24
ScottM123-May-07 2:24 
QuestionWorkerthread in .Net 1.1 Pin
matthias s.22-May-07 8:27
matthias s.22-May-07 8:27 

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.