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

C#

 
AnswerRe: PNG compression? [modified] Pin
PhilDanger6-Aug-07 4:11
PhilDanger6-Aug-07 4:11 
GeneralRe: PNG compression? Pin
Mad_Mike6-Aug-07 4:14
Mad_Mike6-Aug-07 4:14 
GeneralRe: PNG compression? Pin
PhilDanger6-Aug-07 4:29
PhilDanger6-Aug-07 4:29 
GeneralRe: PNG compression? Pin
Mad_Mike6-Aug-07 5:04
Mad_Mike6-Aug-07 5:04 
Questionexcel Pin
TAREQ F ABUZUHRI6-Aug-07 3:10
TAREQ F ABUZUHRI6-Aug-07 3:10 
AnswerRe: excel Pin
Nisar Inamdar6-Aug-07 3:13
Nisar Inamdar6-Aug-07 3:13 
GeneralRe: excel Pin
TAREQ F ABUZUHRI6-Aug-07 4:03
TAREQ F ABUZUHRI6-Aug-07 4:03 
AnswerRe: excel Pin
Vasudevan Deepak Kumar6-Aug-07 3:23
Vasudevan Deepak Kumar6-Aug-07 3:23 
AnswerRe: excel Pin
Giorgi Dalakishvili6-Aug-07 3:25
mentorGiorgi Dalakishvili6-Aug-07 3:25 
AnswerRe: excel Pin
Bhavesh Bagadiya6-Aug-07 4:26
Bhavesh Bagadiya6-Aug-07 4:26 
GeneralRe: excel Pin
\laddie6-Aug-07 4:29
\laddie6-Aug-07 4:29 
AnswerRe: excel Pin
\laddie6-Aug-07 4:27
\laddie6-Aug-07 4:27 
QuestionAdd variable to object reference Pin
Rick van Woudenberg6-Aug-07 2:30
Rick van Woudenberg6-Aug-07 2:30 
AnswerRe: Add variable to object reference Pin
Luc Pattyn6-Aug-07 2:52
sitebuilderLuc Pattyn6-Aug-07 2:52 
AnswerRe: Add variable to object reference Pin
Vasudevan Deepak Kumar6-Aug-07 3:24
Vasudevan Deepak Kumar6-Aug-07 3:24 
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 

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.