Click here to Skip to main content
15,908,274 members
Home / Discussions / C#
   

C#

 
AnswerRe: Copying Files Pin
AtulRane19-Aug-08 20:23
AtulRane19-Aug-08 20:23 
QuestionDetermine the assembly where a delegate resides Pin
chaiguy133719-Aug-08 15:18
chaiguy133719-Aug-08 15:18 
AnswerRe: Determine the assembly where a delegate resides Pin
chaiguy133719-Aug-08 17:13
chaiguy133719-Aug-08 17:13 
JokeRe: Determine the assembly where a delegate resides Pin
lisan_al_ghaib19-Aug-08 22:07
lisan_al_ghaib19-Aug-08 22:07 
QuestionSend and get web request? Pin
Mohammad Dayyan19-Aug-08 15:18
Mohammad Dayyan19-Aug-08 15:18 
AnswerRe: Send and get web request? Pin
chaiguy133719-Aug-08 16:11
chaiguy133719-Aug-08 16:11 
GeneralRe: Send and get web request? Pin
Guffa19-Aug-08 22:45
Guffa19-Aug-08 22:45 
AnswerRe: Send and get web request? Pin
TheFM23419-Aug-08 18:57
TheFM23419-Aug-08 18:57 
You can use Request.QueryString() and Request.Form() to get things from get and post (use the overloads to get specific things).

I'm unsure of the namespace that the Request object is in. I believe that you should be able to use it in a web project without adding any references, but I may be wrong.
AnswerRe: Send and get web request? Pin
Guffa19-Aug-08 22:43
Guffa19-Aug-08 22:43 
GeneralRe: Send and get web request? Pin
Karandeep Malik20-Aug-08 23:39
Karandeep Malik20-Aug-08 23:39 
Questionfor (;;) Pin
MarkB77719-Aug-08 14:54
MarkB77719-Aug-08 14:54 
JokeRe: for (;;) Pin
Bassam Saoud19-Aug-08 15:10
Bassam Saoud19-Aug-08 15:10 
GeneralRe: for (;;) PinPopular
Stephen Hewitt19-Aug-08 16:14
Stephen Hewitt19-Aug-08 16:14 
JokeRe: for (;;) Pin
Bassam Saoud19-Aug-08 16:16
Bassam Saoud19-Aug-08 16:16 
GeneralRe: for (;;) Pin
Mark Churchill19-Aug-08 20:55
Mark Churchill19-Aug-08 20:55 
GeneralRe: for (;;) Pin
Guffa21-Aug-08 22:35
Guffa21-Aug-08 22:35 
AnswerRe: for (;;) Pin
Mohammad Dayyan19-Aug-08 15:14
Mohammad Dayyan19-Aug-08 15:14 
AnswerRe: for (;;) Pin
Bassam Saoud19-Aug-08 15:14
Bassam Saoud19-Aug-08 15:14 
GeneralRe: for (;;) Pin
chaiguy133719-Aug-08 16:05
chaiguy133719-Aug-08 16:05 
GeneralRe: for (;;) Pin
Stephen Hewitt19-Aug-08 16:16
Stephen Hewitt19-Aug-08 16:16 
GeneralRe: for (;;) Pin
chaiguy133719-Aug-08 16:16
chaiguy133719-Aug-08 16:16 
GeneralRe: for (;;) Pin
Joe Woodbury19-Aug-08 18:40
professionalJoe Woodbury19-Aug-08 18:40 
GeneralRe: for (;;) Pin
chaiguy133719-Aug-08 18:43
chaiguy133719-Aug-08 18:43 
GeneralRe: for (;;) Pin
Joe Woodbury19-Aug-08 19:26
professionalJoe Woodbury19-Aug-08 19:26 
GeneralRe: for (;;) Pin
MarkB77719-Aug-08 17:13
MarkB77719-Aug-08 17:13 

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.