Click here to Skip to main content
15,899,025 members
Home / Discussions / C#
   

C#

 
AnswerRe: Datagrid Pin
Robert Rohde15-May-06 18:58
Robert Rohde15-May-06 18:58 
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 
I could use some advice on how to automate the following .aspx upload snippet to where there would be no user interaction required and all form field values would be passed instead of keyed in. A C# class to do this work would be ideal. I know that I would need to use a HttpWebRequest method, but I am unsure how to do this use using just a C# class.

The .aspx form code below is what I am trying to automate. Thanks.


<FORM METHOD="POST" ENCTYPE="multipart/form-data" ACTION="https://somesite.com/someuploadpage.aspx" ID="Form7">
<input type="text" name="FOLDER"> FOLDER<br>
<input type="text" name="PORT_ID"> Port Id
<input type="text" name="Id" ID="Text1"> Id
<input type="PASSWORD" name="PASSWORD"> Pwd
<INPUT TYPE="FILE" SIZE="40" NAME="FILE1" ID="File1"><BR>
<input type="text" name="Type1"> Type
<input type="text" name="INVOICE_NUM" ID="INVOICE_NUM"> INVOICE_NUM
<input type="text" name="TOTAL_FEE" ID="TOTAL_FEE"> TOTAL_FEE
<INPUT TYPE="SUBMIT" VALUE="Upload!" ID="Submit6" NAME="Submit6">
</FORM>

GG
AnswerRe: Automated uploading Pin
led mike15-May-06 11:34
led mike15-May-06 11:34 
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 

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.