Click here to Skip to main content
15,896,522 members
Home / Discussions / C#
   

C#

 
AnswerRe: Tracing association application Pin
Giorgi Dalakishvili5-Jul-09 8:30
mentorGiorgi Dalakishvili5-Jul-09 8:30 
GeneralRe: Tracing association application Pin
Muammar©5-Jul-09 9:33
Muammar©5-Jul-09 9:33 
GeneralRe: Tracing association application Pin
Giorgi Dalakishvili5-Jul-09 9:47
mentorGiorgi Dalakishvili5-Jul-09 9:47 
GeneralRe: Tracing association application Pin
Muammar©5-Jul-09 11:00
Muammar©5-Jul-09 11:00 
Questionuse methods at a WebService in Win app.. Pin
Mtyb5-Jul-09 5:41
Mtyb5-Jul-09 5:41 
AnswerRe: use methods at a WebService in Win app.. Pin
dan!sh 5-Jul-09 5:49
professional dan!sh 5-Jul-09 5:49 
GeneralRe: use methods at a WebService in Win app.. Pin
Mtyb5-Jul-09 5:54
Mtyb5-Jul-09 5:54 
GeneralRe: use methods at a WebService in Win app.. Pin
dan!sh 5-Jul-09 6:03
professional dan!sh 5-Jul-09 6:03 
GeneralRe: use methods at a WebService in Win app.. Pin
Mtyb5-Jul-09 7:04
Mtyb5-Jul-09 7:04 
GeneralRe: use methods at a WebService in Win app.. Pin
dan!sh 5-Jul-09 7:50
professional dan!sh 5-Jul-09 7:50 
QuestionHTTP Post Pin
Endien5-Jul-09 5:23
Endien5-Jul-09 5:23 
AnswerRe: HTTP Post Pin
Rozis5-Jul-09 11:30
Rozis5-Jul-09 11:30 
I didnt examen you code completely but you say the url is protected by a password. Mostly what happens if you login is that a cookie is placed on your computer. You must refer to this cookie in following accesses to that server. If you do not, the server thinks you re an unregistered user and redirects you to the login page.

You can test this by putting cookies off in your browser (and delete all temporary internet files - don't forget this) and then login. If you can't get in it will use cookies. Next test: Login, now delete all temporary internet files, set cookies off and try to open a page with your browser.... This checks if cookies are used for the page you asked for.

Rozis
GeneralRe: HTTP Post Pin
Endien5-Jul-09 15:08
Endien5-Jul-09 15:08 
GeneralRe: HTTP Post Pin
Rozis6-Jul-09 11:23
Rozis6-Jul-09 11:23 
GeneralRe: HTTP Post Pin
Endien6-Jul-09 14:06
Endien6-Jul-09 14:06 
QuestionAuto updating application Pin
Rajesh_K_Sharma5-Jul-09 4:53
Rajesh_K_Sharma5-Jul-09 4:53 
AnswerRe: Auto updating application Pin
harold aptroot5-Jul-09 5:30
harold aptroot5-Jul-09 5:30 
AnswerRe: Auto updating application Pin
dan!sh 5-Jul-09 5:31
professional dan!sh 5-Jul-09 5:31 
QuestionExport to Excel From Data Grid In C# Windows Application Pin
ManojKumar195-Jul-09 3:52
ManojKumar195-Jul-09 3:52 
AnswerRe: Export to Excel From Data Grid In C# Windows Application Pin
Christian Graus5-Jul-09 4:09
protectorChristian Graus5-Jul-09 4:09 
AnswerRe: Export to Excel From Data Grid In C# Windows Application Pin
Henry Minute5-Jul-09 4:09
Henry Minute5-Jul-09 4:09 
AnswerRe: Export to Excel From Data Grid In C# Windows Application Pin
dan!sh 5-Jul-09 5:24
professional dan!sh 5-Jul-09 5:24 
GeneralRe: Export to Excel From Data Grid In C# Windows Application Pin
ManojKumar195-Jul-09 6:39
ManojKumar195-Jul-09 6:39 
AnswerRe: Export to Excel From Data Grid In C# Windows Application Pin
FilipKrnjic6-Jul-09 0:22
FilipKrnjic6-Jul-09 0:22 
GeneralRe: Export to Excel From Data Grid In C# Windows Application Pin
ManojKumar196-Jul-09 6:23
ManojKumar196-Jul-09 6:23 

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.