Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: Datagrid Pin
clint198216-May-06 0:12
clint198216-May-06 0:12 
AnswerRe: Datagrid Pin
Jakob Farian Krarup15-May-06 23:55
Jakob Farian Krarup15-May-06 23:55 
QuestionHow To Ping Another Pc Pin
Fahad Ali15-May-06 13:31
Fahad Ali15-May-06 13:31 
AnswerRe: How To Ping Another Pc Pin
Sean8915-May-06 15:00
Sean8915-May-06 15:00 
QuestionHow To Hide Processes In Task Manager Pin
Fahad Ali15-May-06 13:24
Fahad Ali15-May-06 13:24 
AnswerRe: How To Hide Processes In Task Manager Pin
Alex Korchemniy15-May-06 21:10
Alex Korchemniy15-May-06 21:10 
QuestionAutomated uploading Pin
Green Goblin15-May-06 10:50
Green Goblin15-May-06 10:50 
AnswerRe: Automated uploading Pin
led mike15-May-06 11:34
led mike15-May-06 11:34 
Look at the System.Net.WebRequest documentation. It shows much of what you need.

Then you need to learn how to put the request data together for posting form variables. They are basically an amperstand (&) delimited collection of name=value pairs of strings where the values are URL Encoded.

So an un-encoded string containing form variables named (this,date,theother) would look like:

this=that&date=5/15/2006&theother=whatever you need


The value portions would need to be urlencoded. See System.Web.HttpUtility.UrlEncode.

"What classes are you using ? You shouldn't call stuff if you have no idea what it does"
Christian Graus in the C# forum


led mike
GeneralRe: Automated uploading Pin
Green Goblin16-May-06 2:41
Green Goblin16-May-06 2:41 
QuestionRandom numbers Pin
ey_cat15-May-06 10:22
ey_cat15-May-06 10:22 
AnswerRe: Random numbers Pin
Jon Sagara15-May-06 10:34
Jon Sagara15-May-06 10:34 
AnswerRe: Random numbers Pin
Judah Gabriel Himango15-May-06 10:38
sponsorJudah Gabriel Himango15-May-06 10:38 
GeneralRe: Random numbers Pin
leppie15-May-06 11:30
leppie15-May-06 11:30 
GeneralRe: Random numbers Pin
Judah Gabriel Himango15-May-06 17:48
sponsorJudah Gabriel Himango15-May-06 17:48 
GeneralRe: Random numbers Pin
leppie15-May-06 21:46
leppie15-May-06 21:46 
GeneralRe: Random numbers Pin
Judah Gabriel Himango16-May-06 4:44
sponsorJudah Gabriel Himango16-May-06 4:44 
AnswerRe: Random numbers Pin
Rei Miyasaka15-May-06 12:16
Rei Miyasaka15-May-06 12:16 
QuestionReading from txtFile Pin
rcwoods15-May-06 9:35
rcwoods15-May-06 9:35 
AnswerRe: Reading from txtFile Pin
led mike15-May-06 10:28
led mike15-May-06 10:28 
AnswerRe: Reading from txtFile Pin
Rei Miyasaka15-May-06 12:33
Rei Miyasaka15-May-06 12:33 
QuestionReceiving MMS using a GSM phone in C# Pin
uncleR15-May-06 9:23
uncleR15-May-06 9:23 
QuestionDateTime Object Pin
Monin D.15-May-06 8:47
Monin D.15-May-06 8:47 
AnswerRe: DateTime Object Pin
albCode15-May-06 8:52
albCode15-May-06 8:52 
GeneralRe: DateTime Object Pin
Monin D.15-May-06 9:08
Monin D.15-May-06 9:08 
GeneralRe: DateTime Object Pin
albCode15-May-06 9:10
albCode15-May-06 9:10 

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.