Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
AnswerRe: icons needed Pin
seq-23-Sep-06 6:52
seq-23-Sep-06 6:52 
QuestionChat program with server behind a router Pin
Reve10122-Sep-06 15:07
Reve10122-Sep-06 15:07 
AnswerRe: Chat program with server behind a router Pin
seq-23-Sep-06 6:54
seq-23-Sep-06 6:54 
Questioncan someone help me??? simple shift algorithm Pin
roberto_santinni22-Sep-06 14:17
roberto_santinni22-Sep-06 14:17 
AnswerRe: can someone help me??? simple shift algorithm Pin
Insincere Dave22-Sep-06 16:00
Insincere Dave22-Sep-06 16:00 
GeneralRe: can someone help me??? simple shift algorithm Pin
roberto_santinni22-Sep-06 18:55
roberto_santinni22-Sep-06 18:55 
GeneralRe: can someone help me??? simple shift algorithm Pin
roberto_santinni22-Sep-06 19:11
roberto_santinni22-Sep-06 19:11 
AnswerRe: can someone help me??? simple shift algorithm Pin
Guffa22-Sep-06 22:39
Guffa22-Sep-06 22:39 
QuestionPropertyGrid Help Pin
perlmunger22-Sep-06 13:35
perlmunger22-Sep-06 13:35 
AnswerRe: PropertyGrid Help Pin
e-laj22-Sep-06 14:19
e-laj22-Sep-06 14:19 
GeneralRe: PropertyGrid Help Pin
perlmunger22-Sep-06 16:54
perlmunger22-Sep-06 16:54 
GeneralRe: PropertyGrid Help Pin
e-laj22-Sep-06 18:59
e-laj22-Sep-06 18:59 
QuestionHelp with "posting" login info to a website.. Pin
SheriH22-Sep-06 12:45
SheriH22-Sep-06 12:45 
Hi. This is probably a basic question, but I haven't been able to find the answer, so if you can help me I'd really appreciate it.

I have the following code:

string postData = string.Format("pi_username={0}&pi_password={1}", m_user, m_password);<br />
                byte[] postBuffer = System.Text.Encoding.GetEncoding(1252).GetBytes(postData);<br />
		        httpReq.ContentLength = postBuffer.Length;<br />
		        Stream postDataStream = httpReq.GetRequestStream();<br />
		        postDataStream.Write(postBuffer,0,postBuffer.Length);<br />
		        postDataStream.Close();<br />
<br />
                // Return request in a response stream<br />
                httpRes = (HttpWebResponse)httpReq.GetResponse();


I'm trying to post this data to the following webpage:
https://secure.globeadvisor.com/gi/db/ga.advisor_homepage[^]


I think part of the problem is that there are multiple forms on this page, and there are 2 Method = "Post". Currently, my error is that I have invalid parameters. Can anyone help me? I'm seriously stuck. Thanks..

Sheri.. Big Grin | :-D
Questionincluding a help project in another project (same solution) Pin
gus_br22-Sep-06 10:48
gus_br22-Sep-06 10:48 
AnswerRe: including a help project in another project (same solution) Pin
Jim Conigliaro22-Sep-06 11:02
Jim Conigliaro22-Sep-06 11:02 
GeneralRe: including a help project in another project (same solution) Pin
gus_br22-Sep-06 11:22
gus_br22-Sep-06 11:22 
QuestionQuery File/Folder Security Pin
kickinmhl22-Sep-06 10:32
kickinmhl22-Sep-06 10:32 
AnswerRe: Query File/Folder Security Pin
Dave Kreskowiak22-Sep-06 13:20
mveDave Kreskowiak22-Sep-06 13:20 
QuestionReally transparent control: again! but serious. [modified] Pin
RomkaFromUa22-Sep-06 9:48
RomkaFromUa22-Sep-06 9:48 
AnswerRe: Really transparent control: again! but serious. Pin
gus_br22-Sep-06 10:51
gus_br22-Sep-06 10:51 
GeneralRe: Really transparent control: again! but serious. Pin
RomkaFromUa25-Sep-06 5:39
RomkaFromUa25-Sep-06 5:39 
AnswerRe: Really transparent control: again! but serious. Pin
Dave Kreskowiak22-Sep-06 13:02
mveDave Kreskowiak22-Sep-06 13:02 
GeneralRe: Really transparent control: again! but serious. Pin
RomkaFromUa25-Sep-06 5:44
RomkaFromUa25-Sep-06 5:44 
GeneralRe: Really transparent control: again! but serious. Pin
Dave Kreskowiak25-Sep-06 13:03
mveDave Kreskowiak25-Sep-06 13:03 
GeneralRe: Really transparent control: again! but serious. Pin
RomkaFromUa26-Sep-06 10:28
RomkaFromUa26-Sep-06 10: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.