Click here to Skip to main content
15,922,512 members
Home / Discussions / C#
   

C#

 
QuestionData in GridView is not being displayed correctly Pin
Member 970415329-Dec-12 11:02
Member 970415329-Dec-12 11:02 
AnswerRe: Data in GridView is not being displayed correctly Pin
Lampridis Vasilis29-Dec-12 23:09
Lampridis Vasilis29-Dec-12 23:09 
GeneralRe: Data in GridView is not being displayed correctly Pin
Member 970415329-Dec-12 23:26
Member 970415329-Dec-12 23:26 
GeneralRe: Data in GridView is not being displayed correctly Pin
Lampridis Vasilis29-Dec-12 23:32
Lampridis Vasilis29-Dec-12 23:32 
GeneralRe: Data in GridView is not being displayed correctly Pin
Member 970415329-Dec-12 23:39
Member 970415329-Dec-12 23:39 
GeneralRe: Data in GridView is not being displayed correctly Pin
Jibesh29-Dec-12 23:54
professionalJibesh29-Dec-12 23:54 
GeneralRe: Data in GridView is not being displayed correctly Pin
Member 970415330-Dec-12 0:02
Member 970415330-Dec-12 0:02 
GeneralRe: Data in GridView is not being displayed correctly Pin
Jibesh30-Dec-12 0:06
professionalJibesh30-Dec-12 0:06 
GeneralRe: Data in GridView is not being displayed correctly Pin
Member 970415330-Dec-12 0:25
Member 970415330-Dec-12 0:25 
GeneralRe: Data in GridView is not being displayed correctly Pin
nainakarri30-Dec-12 0:42
nainakarri30-Dec-12 0:42 
GeneralRe: Data in GridView is not being displayed correctly Pin
Member 970415330-Dec-12 0:52
Member 970415330-Dec-12 0:52 
GeneralRe: Data in GridView is not being displayed correctly Pin
Member 970415330-Dec-12 1:16
Member 970415330-Dec-12 1:16 
GeneralRe: Data in GridView is not being displayed correctly Pin
Jibesh30-Dec-12 1:20
professionalJibesh30-Dec-12 1:20 
GeneralRe: Data in GridView is not being displayed correctly Pin
Member 970415330-Dec-12 1:23
Member 970415330-Dec-12 1:23 
GeneralHow can i Develop intelligent character recognition (icr) using C3 windows application Pin
Rameshkannabravo29-Dec-12 8:24
professionalRameshkannabravo29-Dec-12 8:24 
GeneralRe: How can i Develop intelligent character recognition (icr) using C3 windows application Pin
PIEBALDconsult29-Dec-12 10:46
mvePIEBALDconsult29-Dec-12 10:46 
GeneralRe: How can i Develop intelligent character recognition (icr) using C3 windows application Pin
Richard MacCutchan29-Dec-12 21:30
mveRichard MacCutchan29-Dec-12 21:30 
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.

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.