Click here to Skip to main content
15,925,399 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: DateTime Object Pin
albCode15-May-06 9:10
albCode15-May-06 9:10 
QuestionOpen new Default Web Browser Window Pin
Phoen2515-May-06 8:44
Phoen2515-May-06 8:44 
AnswerRe: Open new Default Web Browser Window Pin
albCode15-May-06 9:08
albCode15-May-06 9:08 
GeneralRe: Open new Default Web Browser Window Pin
Phoen2515-May-06 9:38
Phoen2515-May-06 9:38 
QuestionRegex Pin
Lash2015-May-06 8:03
Lash2015-May-06 8:03 
AnswerRe: Regex Pin
User 665815-May-06 9:28
User 665815-May-06 9:28 

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.