Click here to Skip to main content
15,881,801 members
Home / Discussions / C#
   

C#

 
QuestionFill Combobox with Large amount of Data Pin
Nabawoka29-Dec-12 3:17
Nabawoka29-Dec-12 3:17 
AnswerRe: Fill Combobox with Large amount of Data Pin
Eddy Vluggen29-Dec-12 3:36
professionalEddy Vluggen29-Dec-12 3:36 
GeneralRe: Fill Combobox with Large amount of Data Pin
Nabawoka29-Dec-12 23:53
Nabawoka29-Dec-12 23:53 
AnswerRe: Fill Combobox with Large amount of Data Pin
OriginalGriff29-Dec-12 4:08
mveOriginalGriff29-Dec-12 4:08 
GeneralRe: Fill Combobox with Large amount of Data Pin
Nabawoka29-Dec-12 23:56
Nabawoka29-Dec-12 23:56 
AnswerRe: Fill Combobox with Large amount of Data Pin
SledgeHammer0129-Dec-12 8:02
SledgeHammer0129-Dec-12 8:02 
GeneralRe: Fill Combobox with Large amount of Data Pin
Nabawoka29-Dec-12 23:56
Nabawoka29-Dec-12 23:56 
QuestionAuthentication using HTTPWebRequest Pin
logicon29-Dec-12 1:14
logicon29-Dec-12 1:14 
Hello Everyone,

I am trying to access a page which is secure behind a login system. I do have credentials, but I am trying to automate this as I have to download this page every month.

When I try to use HTTPWebRequest, it doesn't works. I tried to investigate this using Fiddler as well, and here is the log:

Protocol  Host                                   URL
HTTP     TUNNEL to                    subdomain-x.site.com/needed-page.html  <- My request
HTTP     TUNNEL to                    subdomain-y.site.com
:
.
HTTPS    subdomain-y.site.com some-url  



What I am trying is:

1. Create Web Request
2. Create Cookie Container
3. Create Network Credentials
4. Create Headers
5. Get Response

However, this returns the Login Page itself. Any help will be highly appreciable.
AnswerRe: Authentication using HTTPWebRequest Pin
SledgeHammer0129-Dec-12 9:31
SledgeHammer0129-Dec-12 9:31 
QuestionSave and Retrieve Image Pin
nirmalgopalakrishnan28-Dec-12 22:02
nirmalgopalakrishnan28-Dec-12 22:02 
AnswerRe: Save and Retrieve Image Pin
Richard MacCutchan28-Dec-12 23:18
mveRichard MacCutchan28-Dec-12 23:18 
GeneralRe: Save and Retrieve Image Pin
nirmalgopalakrishnan29-Dec-12 5:15
nirmalgopalakrishnan29-Dec-12 5:15 
GeneralRe: Save and Retrieve Image Pin
Richard MacCutchan29-Dec-12 5:57
mveRichard MacCutchan29-Dec-12 5:57 
GeneralRe: Save and Retrieve Image Pin
nirmalgopalakrishnan29-Dec-12 6:07
nirmalgopalakrishnan29-Dec-12 6:07 
GeneralRe: Save and Retrieve Image Pin
Richard MacCutchan29-Dec-12 6:17
mveRichard MacCutchan29-Dec-12 6:17 
AnswerRe: Save and Retrieve Image Pin
nirmalgopalakrishnan29-Dec-12 19:14
nirmalgopalakrishnan29-Dec-12 19:14 
GeneralRe: Save and Retrieve Image Pin
Richard MacCutchan29-Dec-12 21:22
mveRichard MacCutchan29-Dec-12 21:22 
GeneralRe: Save and Retrieve Image Pin
nirmalgopalakrishnan30-Dec-12 19:57
nirmalgopalakrishnan30-Dec-12 19:57 
GeneralRe: Save and Retrieve Image Pin
Richard MacCutchan30-Dec-12 22:19
mveRichard MacCutchan30-Dec-12 22:19 
GeneralRe: Save and Retrieve Image Pin
nirmalgopalakrishnan31-Dec-12 17:28
nirmalgopalakrishnan31-Dec-12 17:28 
GeneralRe: Save and Retrieve Image Pin
Richard MacCutchan31-Dec-12 22:50
mveRichard MacCutchan31-Dec-12 22:50 
AnswerRe: Save and Retrieve Image Pin
Abhinav S28-Dec-12 23:38
Abhinav S28-Dec-12 23:38 
GeneralRe: Save and Retrieve Image Pin
nirmalgopalakrishnan29-Dec-12 5:16
nirmalgopalakrishnan29-Dec-12 5:16 
QuestionDynamic text box array and focus event Pin
Everetts28-Dec-12 8:41
Everetts28-Dec-12 8:41 
AnswerRe: Dynamic text box array and focus event Pin
Eddy Vluggen28-Dec-12 10:25
professionalEddy Vluggen28-Dec-12 10:25 

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.