Click here to Skip to main content
15,881,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: image button click event Pin
Nouman Bhatti27-May-07 23:25
Nouman Bhatti27-May-07 23:25 
QuestionStylesheet Pin
Saritha Devaki27-May-07 22:45
Saritha Devaki27-May-07 22:45 
AnswerRe: Stylesheet Pin
Sherin Iranimose27-May-07 22:54
Sherin Iranimose27-May-07 22:54 
AnswerRe: Stylesheet Pin
Nouman Bhatti27-May-07 23:30
Nouman Bhatti27-May-07 23:30 
QuestionDataGrid problem Pin
alok_2k327-May-07 21:59
alok_2k327-May-07 21:59 
AnswerRe: DataGrid problem Pin
N a v a n e e t h27-May-07 22:36
N a v a n e e t h27-May-07 22:36 
AnswerRe: DataGrid problem Pin
Harini N K27-May-07 22:45
Harini N K27-May-07 22:45 
QuestionClient application using HTTP 1.1 though the protocol is set to 1.0 in the code. Pin
prgramya27-May-07 21:56
prgramya27-May-07 21:56 
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
Questionshow or hide panel content without postback in asp.net 2003 Pin
Vipin.d27-May-07 21:08
Vipin.d27-May-07 21:08 
AnswerRe: show or hide panel content without postback in asp.net 2003 Pin
N a v a n e e t h27-May-07 21:34
N a v a n e e t h27-May-07 21:34 
AnswerRe: show or hide panel content without postback in asp.net 2003 Pin
Christian Graus27-May-07 22:09
protectorChristian Graus27-May-07 22:09 
AnswerRe: show or hide panel content without postback in asp.net 2003 Pin
Sherin Iranimose27-May-07 22:47
Sherin Iranimose27-May-07 22:47 
GeneralRe: show or hide panel content without postback in asp.net 2003 Pin
N a v a n e e t h27-May-07 23:24
N a v a n e e t h27-May-07 23:24 
GeneralRe: show or hide panel content without postback in asp.net 2003 Pin
Sherin Iranimose27-May-07 23:26
Sherin Iranimose27-May-07 23:26 
Questionimage button click event Pin
harithadotnet27-May-07 20:54
harithadotnet27-May-07 20:54 
AnswerRe: image button click event Pin
Sherin Iranimose27-May-07 21:21
Sherin Iranimose27-May-07 21:21 
AnswerRe: image button click event Pin
Chetan Ranpariya27-May-07 21:38
Chetan Ranpariya27-May-07 21:38 
QuestionMaster page problem Pin
Amr M. K.27-May-07 19:52
Amr M. K.27-May-07 19:52 
AnswerRe: Master page problem Pin
Sathesh Sakthivel27-May-07 19:56
Sathesh Sakthivel27-May-07 19:56 
AnswerRe: Master page problem Pin
Sherin Iranimose27-May-07 20:17
Sherin Iranimose27-May-07 20:17 
GeneralRe: Master page problem Pin
Amr M. K.28-May-07 2:29
Amr M. K.28-May-07 2:29 
GeneralRe: Master page problem Pin
Sherin Iranimose28-May-07 2:42
Sherin Iranimose28-May-07 2:42 
GeneralRe: Master page problem Pin
Sherin Iranimose28-May-07 2:50
Sherin Iranimose28-May-07 2:50 
GeneralRe: Master page problem Pin
Amr M. K.28-May-07 2:57
Amr M. K.28-May-07 2:57 
Questionhow to updata database Pin
sooreeagt27-May-07 19:28
sooreeagt27-May-07 19:28 

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.