Click here to Skip to main content
15,904,926 members
Home / Discussions / C#
   

C#

 
GeneralRe: show/hide detection Pin
Kristian Sixhøj8-Nov-07 4:38
Kristian Sixhøj8-Nov-07 4:38 
GeneralRe: show/hide detection Pin
Pete O'Hanlon8-Nov-07 4:42
mvePete O'Hanlon8-Nov-07 4:42 
GeneralRe: show/hide detection Pin
Morad SAJID8-Nov-07 4:48
Morad SAJID8-Nov-07 4:48 
GeneralRe: show/hide detection Pin
Pete O'Hanlon8-Nov-07 5:16
mvePete O'Hanlon8-Nov-07 5:16 
GeneralRe: show/hide detection Pin
Morad SAJID8-Nov-07 5:21
Morad SAJID8-Nov-07 5:21 
AnswerRe: show/hide detection Pin
Michael Potter8-Nov-07 5:18
Michael Potter8-Nov-07 5:18 
QuestionHelp with SQL Server Connection Pin
MumbleB8-Nov-07 3:22
MumbleB8-Nov-07 3:22 
AnswerRe: Help with SQL Server Connection Pin
Pete O'Hanlon8-Nov-07 3:27
mvePete O'Hanlon8-Nov-07 3:27 
QuestionUrjent Pin
imatetvm8-Nov-07 3:14
imatetvm8-Nov-07 3:14 
AnswerRe: Urjent Pin
Pete O'Hanlon8-Nov-07 3:24
mvePete O'Hanlon8-Nov-07 3:24 
AnswerRe: Urjent Pin
Guffa8-Nov-07 3:24
Guffa8-Nov-07 3:24 
QuestionPrint problem [modified] Pin
rvds638-Nov-07 2:11
rvds638-Nov-07 2:11 
AnswerRe: Print problem Pin
Luc Pattyn8-Nov-07 2:54
sitebuilderLuc Pattyn8-Nov-07 2:54 
GeneralRe: Print problem Pin
rvds639-Nov-07 2:24
rvds639-Nov-07 2:24 
GeneralRe: Print problem Pin
Luc Pattyn9-Nov-07 3:12
sitebuilderLuc Pattyn9-Nov-07 3:12 
GeneralRe: Print problem Pin
rvds6313-Nov-07 1:48
rvds6313-Nov-07 1:48 
Questionget SqlServer resultset in dataset Pin
G.K.M.8-Nov-07 0:46
G.K.M.8-Nov-07 0:46 
AnswerRe: get SqlServer resultset in dataset Pin
Giorgi Dalakishvili8-Nov-07 1:16
mentorGiorgi Dalakishvili8-Nov-07 1:16 
AnswerRe: get SqlServer resultset in dataset Pin
N a v a n e e t h8-Nov-07 1:17
N a v a n e e t h8-Nov-07 1:17 
QuestionHow to display an array as Image Pin
assizas8-Nov-07 0:25
assizas8-Nov-07 0:25 
AnswerRe: How to display an array as Image Pin
Guffa8-Nov-07 2:07
Guffa8-Nov-07 2:07 
AnswerRe: How to display an array as Image Pin
Ennis Ray Lynch, Jr.8-Nov-07 6:37
Ennis Ray Lynch, Jr.8-Nov-07 6:37 
QuestionHTTPWebRequest class Pin
AssemblySoft8-Nov-07 0:02
AssemblySoft8-Nov-07 0:02 
I am currently using the HTTPWebRequest class. I need to add the following to the request line:

POST /Search HTTP/1.1

It is simple to get 'POST HTTP/1.1' but i am having difficulty adding the additional string.

I cannot seem to get the '/Search' inserted in the request line. I understand HTTP 1.1 and the VERBS allowed as part of a request.

The 'method' property is used to set the VERB. Adding anything other than a single string throws a null reference exception. I have seen extra information appended to the method many times in the past so not too sure why this is so problematic.

I initially thought of overriding the HTTPWebRequest but as it is created from calling Create() on the WebRequest, this doesn't appear possible.

Thanks in advance.

Carl
AnswerRe: HTTPWebRequest class Pin
ChrisKo8-Nov-07 8:08
ChrisKo8-Nov-07 8:08 
GeneralRe: HTTPWebRequest class Pin
AssemblySoft8-Nov-07 11:17
AssemblySoft8-Nov-07 11:17 

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.