Click here to Skip to main content
15,895,781 members
Home / Discussions / C#
   

C#

 
AnswerRe: Add variable to object reference Pin
\laddie6-Aug-07 3:33
\laddie6-Aug-07 3:33 
AnswerRe: Add variable to object reference Pin
Colin Angus Mackay6-Aug-07 3:44
Colin Angus Mackay6-Aug-07 3:44 
AnswerRe: Add variable to object reference Pin
Rick van Woudenberg6-Aug-07 4:04
Rick van Woudenberg6-Aug-07 4:04 
QuestionProblem about debuging Pin
kcynic6-Aug-07 2:29
kcynic6-Aug-07 2:29 
AnswerRe: Problem about debuging Pin
MIHAI_MTZ6-Aug-07 4:12
MIHAI_MTZ6-Aug-07 4:12 
GeneralRe: Problem about debuging Pin
kcynic7-Aug-07 15:18
kcynic7-Aug-07 15:18 
GeneralRe: Problem about debuging Pin
kcynic7-Aug-07 19:10
kcynic7-Aug-07 19:10 
QuestionGet vs Post Pin
_AnsHUMAN_ 6-Aug-07 2:29
_AnsHUMAN_ 6-Aug-07 2:29 
Hi All,
We have a web service(developed in C#) and currently we are using "GET" method for posting the data to the server.Now we want this to change and instead of using "GET" we should be able to use the "POST" method, using the following code we are using the "GET" method.
webRequest.Method = "Get"; where webRequest is System.Net.HttpWebRequest variable.
Could you please let us know if there would be changes required in the WebService to use "POST"?
Does "GET" method has a limitation in .NET for the amount of data to be sent?
Any link/article would be greatly helpful.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

QuestionDatabase and XSLT Pin
Prashant C6-Aug-07 2:12
Prashant C6-Aug-07 2:12 
AnswerRe: Database and XSLT Pin
lmoelleb6-Aug-07 7:40
lmoelleb6-Aug-07 7:40 
QuestionWhen should i use ?? Timer vs Thread.Sleep(int); Pin
Abdul Gafoor6-Aug-07 2:11
Abdul Gafoor6-Aug-07 2:11 
AnswerRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Luc Pattyn6-Aug-07 2:18
sitebuilderLuc Pattyn6-Aug-07 2:18 
GeneralRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Pete O'Hanlon6-Aug-07 3:21
mvePete O'Hanlon6-Aug-07 3:21 
GeneralRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Malcolm Smart6-Aug-07 3:27
Malcolm Smart6-Aug-07 3:27 
GeneralRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Pete O'Hanlon6-Aug-07 3:34
mvePete O'Hanlon6-Aug-07 3:34 
JokeRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Luc Pattyn6-Aug-07 3:54
sitebuilderLuc Pattyn6-Aug-07 3:54 
GeneralRe: When should i use ?? Timer vs Thread.Sleep(int); Pin
Pete O'Hanlon6-Aug-07 4:01
mvePete O'Hanlon6-Aug-07 4:01 
QuestionTreeView StateImageList StateImageIndex Pin
Abisodun6-Aug-07 2:00
Abisodun6-Aug-07 2:00 
AnswerRe: TreeView StateImageList StateImageIndex Pin
Abisodun6-Aug-07 3:41
Abisodun6-Aug-07 3:41 
QuestionAutomatical start up Pin
Albu Marius6-Aug-07 1:18
Albu Marius6-Aug-07 1:18 
AnswerRe: Automatical start up Pin
Pete O'Hanlon6-Aug-07 1:33
mvePete O'Hanlon6-Aug-07 1:33 
GeneralRe: Automatical start up Pin
Albu Marius6-Aug-07 1:36
Albu Marius6-Aug-07 1:36 
AnswerRe: Automatical start up Pin
Hessam Jalali6-Aug-07 1:37
Hessam Jalali6-Aug-07 1:37 
AnswerRe: Automatical start up Pin
Nouman Bhatti6-Aug-07 1:54
Nouman Bhatti6-Aug-07 1:54 
AnswerRe: Automatical start up Pin
Vasudevan Deepak Kumar6-Aug-07 1:57
Vasudevan Deepak Kumar6-Aug-07 1:57 

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.