Click here to Skip to main content
15,891,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem in seprate ui from code behind Pin
a33329-Jul-06 22:54
a33329-Jul-06 22:54 
GeneralRe: Problem in seprate ui from code behind Pin
Guffa29-Jul-06 23:05
Guffa29-Jul-06 23:05 
Questioninjecting controls Pin
sianatia29-Jul-06 21:59
sianatia29-Jul-06 21:59 
AnswerRe: injecting controls Pin
Guffa29-Jul-06 23:03
Guffa29-Jul-06 23:03 
GeneralRe: injecting controls Pin
sianatia30-Jul-06 18:51
sianatia30-Jul-06 18:51 
GeneralRe: injecting controls Pin
Ista3-Aug-06 8:48
Ista3-Aug-06 8:48 
AnswerRe: injecting controls Pin
Ista3-Aug-06 8:51
Ista3-Aug-06 8:51 
QuestionHow to set proxy Credentials to WebRequest ? Pin
VenkataRamana.Gali29-Jul-06 21:33
VenkataRamana.Gali29-Jul-06 21:33 
Hi,

in my asp.net 1.1 application, i am sending request to another site, getting response from there.

my code is

strUrl =" http://www.xyz.com/xyz.html";<br />
WebRequest request = WebRequest.Create(strUrl);<br />
request.Credentials = CredentialCache.DefaultCredentials;<br />
HttpWebResponse response = (HttpWebResponse)request.GetResponse();<br />
if(response.StatusDescription == "OK") {<br />
//my logic here   }


my problem is instead of Default Credentials, i want to give proxy userid, password to it. (because without proxy credentials i am unable to access the xyz.com)

anybody give me solution for this?


regards
GV Ramana

AnswerRe: How to set proxy Credentials to WebRequest ? [modified] Pin
Abhishek Chatterjee7-Aug-06 3:14
Abhishek Chatterjee7-Aug-06 3:14 
QuestionRadio on website Pin
hussainktm29-Jul-06 21:02
hussainktm29-Jul-06 21:02 
AnswerRe: Radio on website Pin
_AK_8-Aug-06 18:49
_AK_8-Aug-06 18:49 
QuestionPermalinks... How to with asp.net? Pin
cbmdk29-Jul-06 11:07
cbmdk29-Jul-06 11:07 
QuestionAccess the Profile in a WebService Pin
YossiKahlon29-Jul-06 10:24
YossiKahlon29-Jul-06 10:24 
QuestionConverting to PDF. Pin
deepaks329-Jul-06 8:14
deepaks329-Jul-06 8:14 
AnswerRe: Converting to PDF. Pin
Saifi Hasan29-Jul-06 21:37
Saifi Hasan29-Jul-06 21:37 
QuestionArray of custom classes problem [modified] Pin
LukeV29-Jul-06 7:15
LukeV29-Jul-06 7:15 
AnswerRe: Array of custom classes problem Pin
Ista3-Aug-06 8:44
Ista3-Aug-06 8:44 
GeneralRe: Array of custom classes problem Pin
LukeV4-Aug-06 4:37
LukeV4-Aug-06 4:37 
GeneralRe: Array of custom classes problem Pin
Ista4-Aug-06 4:39
Ista4-Aug-06 4:39 
GeneralRe: Array of custom classes problem Pin
LukeV4-Aug-06 5:26
LukeV4-Aug-06 5:26 
AnswerRe: Array of custom classes problem Pin
Ista4-Aug-06 6:22
Ista4-Aug-06 6:22 
Question(Really nobody knows...)How can i set the database password via AccessDataSource? [modified] Pin
m.rastgar29-Jul-06 3:58
m.rastgar29-Jul-06 3:58 
AnswerRe: (Really nobody knows...)How can i set the database password via AccessDataSource? Pin
minhpc_bk30-Jul-06 15:54
minhpc_bk30-Jul-06 15:54 
Question,Dynamic Image. [modified] Pin
deepaks329-Jul-06 3:16
deepaks329-Jul-06 3:16 
AnswerRe: ,Dynamic Image. Pin
enjoycrack29-Jul-06 5:29
enjoycrack29-Jul-06 5:29 

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.