Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
GeneralRe: Release My Application Pin
newbie_9-Jul-07 12:26
newbie_9-Jul-07 12:26 
GeneralRe: Release My Application Pin
Luc Pattyn9-Jul-07 12:34
sitebuilderLuc Pattyn9-Jul-07 12:34 
GeneralRe: Release My Application Pin
newbie_9-Jul-07 12:46
newbie_9-Jul-07 12:46 
QuestionCDMA Pin
SJDobie99-Jul-07 11:25
SJDobie99-Jul-07 11:25 
AnswerRe: CDMA Pin
Luc Pattyn9-Jul-07 11:50
sitebuilderLuc Pattyn9-Jul-07 11:50 
AnswerRe: CDMA Pin
ekynox9-Jul-07 16:53
ekynox9-Jul-07 16:53 
QuestionFilling out an html form from an application Pin
ChrisFarrugia9-Jul-07 11:07
ChrisFarrugia9-Jul-07 11:07 
AnswerRe: Filling out an html form from an application Pin
Guffa9-Jul-07 14:05
Guffa9-Jul-07 14:05 
You don't fill in the form. You just create the post data that the form would send to the server.

Use the HttpWebRequest or the WebClient class to post the data to the server.

An example of some post data, for three form fields:

name=Chris&answer=42&info=some%20text%20here

Use the Server.UrlEncode to encode the strings that you put in the post data.

---
single minded; short sighted; long gone;

GeneralRe: Filling out an html form from an application Pin
ChrisFarrugia9-Jul-07 19:28
ChrisFarrugia9-Jul-07 19:28 
QuestionMIDI, v12.0 questions Pin
13th dimension9-Jul-07 9:48
13th dimension9-Jul-07 9:48 
AnswerRe: MIDI, v12.0 questions [modified] Pin
Dan Neely9-Jul-07 10:14
Dan Neely9-Jul-07 10:14 
GeneralRe: MIDI, v12.0 questions Pin
13th dimension9-Jul-07 10:32
13th dimension9-Jul-07 10:32 
GeneralRe: MIDI, v12.0 questions Pin
Dan Neely9-Jul-07 10:36
Dan Neely9-Jul-07 10:36 
GeneralRe: MIDI, v12.0 questions Pin
Luc Pattyn9-Jul-07 10:48
sitebuilderLuc Pattyn9-Jul-07 10:48 
AnswerRe: MIDI, v12.0 questions Pin
Dan Neely9-Jul-07 10:33
Dan Neely9-Jul-07 10:33 
AnswerRe: MIDI, v12.0 questions Pin
13th dimension9-Jul-07 11:35
13th dimension9-Jul-07 11:35 
GeneralRe: MIDI, v12.0 questions Pin
Luc Pattyn9-Jul-07 11:43
sitebuilderLuc Pattyn9-Jul-07 11:43 
AnswerRe: MIDI, v12.0 questions Pin
13th dimension9-Jul-07 14:06
13th dimension9-Jul-07 14:06 
GeneralRe: MIDI, v12.0 questions Pin
Luc Pattyn9-Jul-07 14:31
sitebuilderLuc Pattyn9-Jul-07 14:31 
QuestionFilling a combo Pin
Banjo Ayorinde9-Jul-07 7:57
Banjo Ayorinde9-Jul-07 7:57 
AnswerRe: Filling a combo Pin
Luc Pattyn9-Jul-07 10:34
sitebuilderLuc Pattyn9-Jul-07 10:34 
AnswerRe: Filling a combo Pin
Nouman Bhatti9-Jul-07 20:42
Nouman Bhatti9-Jul-07 20:42 
QuestionXHTML Validation Pin
Ananthalvan9-Jul-07 7:50
Ananthalvan9-Jul-07 7:50 
QuestionDeploying a win app with crystal report in .Net 2005 Pin
Banjo Ayorinde9-Jul-07 7:48
Banjo Ayorinde9-Jul-07 7:48 
QuestionChanging Access DB Password Pin
Richard Blythe9-Jul-07 7:24
Richard Blythe9-Jul-07 7:24 

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.