Click here to Skip to main content
15,893,663 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProducing warning messages Pin
Kontakentee12-Aug-09 13:22
Kontakentee12-Aug-09 13:22 
AnswerRe: Producing warning messages Pin
Not Active12-Aug-09 14:05
mentorNot Active12-Aug-09 14:05 
GeneralRe: Producing warning messages Pin
Kontakentee13-Aug-09 8:58
Kontakentee13-Aug-09 8:58 
GeneralRe: Producing warning messages Pin
Not Active13-Aug-09 12:03
mentorNot Active13-Aug-09 12:03 
GeneralRe: Producing warning messages Pin
Kontakentee13-Aug-09 12:24
Kontakentee13-Aug-09 12:24 
GeneralRe: Producing warning messages Pin
Not Active13-Aug-09 12:30
mentorNot Active13-Aug-09 12:30 
GeneralRe: Producing warning messages Pin
Kontakentee13-Aug-09 13:44
Kontakentee13-Aug-09 13:44 
QuestionCross Domain http get request... Do I need Proxy? Pin
Dirso12-Aug-09 6:47
Dirso12-Aug-09 6:47 
Hi,
I just trying to get a result from a http get request to another domain webpage. Here is my javascript funtion for the request:
function pegaCEP() {
    wRequest.set_url('http://cep.republicavirtual.com.br/web_cep.php?cep=13026075');
    wRequest.set_httpVerb("GET");
    wRequest.add_completed(completed);
    wRequest.invoke();
}

If I use set_url for a webpage in the same site, it works fine, otherwise it cames blank (not denied, just empty, no error). I was looking around and saw something about proxy... Do I need proxy here? If so, can you tell how to do it? If not, is there any web.config solution or something?

Thanks,
Dirso

AnswerRe: Cross Domain http get request... Do I need Proxy? Pin
N a v a n e e t h12-Aug-09 16:10
N a v a n e e t h12-Aug-09 16:10 
AnswerRe: Cross Domain http get request... Do I need Proxy? Pin
Venkatesh Mookkan12-Aug-09 16:13
Venkatesh Mookkan12-Aug-09 16:13 
GeneralRe: Cross Domain http get request... Do I need Proxy? Pin
Dirso14-Aug-09 3:02
Dirso14-Aug-09 3:02 
AnswerRe: Cross Domain http get request... Do I need Proxy? - I quit! Pin
Dirso14-Aug-09 3:04
Dirso14-Aug-09 3:04 
QuestionAccordion Control inside a CollapsePanel control odd behavior Pin
jeffwask12-Aug-09 5:47
jeffwask12-Aug-09 5:47 
AnswerRe: Accordion Control inside a CollapsePanel control odd behavior Pin
4anusha412-Aug-09 19:57
4anusha412-Aug-09 19:57 
Questionhow to assign the filename to the fileupload control while editing some image Pin
anushh12-Aug-09 4:37
anushh12-Aug-09 4:37 
AnswerRe: how to assign the filename to the fileupload control while editing some image Pin
Abhishek Sur12-Aug-09 4:45
professionalAbhishek Sur12-Aug-09 4:45 
AnswerRe: how to assign the filename to the fileupload control while editing some image Pin
yesu prakash12-Aug-09 18:26
yesu prakash12-Aug-09 18:26 
Questiontooltip dynamic data in gridview Pin
khare atul12-Aug-09 3:07
khare atul12-Aug-09 3:07 
AnswerRe: tooltip dynamic data in gridview Pin
Abhishek Sur12-Aug-09 4:04
professionalAbhishek Sur12-Aug-09 4:04 
AnswerRe: tooltip dynamic data in gridview Pin
yesu prakash12-Aug-09 18:32
yesu prakash12-Aug-09 18:32 
QuestionDeleting session id's created by browsers on server's end Pin
shankbond12-Aug-09 2:13
shankbond12-Aug-09 2:13 
AnswerRe: Deleting session id's created by browsers on server's end Pin
Mike Ellison12-Aug-09 2:38
Mike Ellison12-Aug-09 2:38 
GeneralRe: Deleting session id's created by browsers on server's end Pin
shankbond12-Aug-09 4:08
shankbond12-Aug-09 4:08 
AnswerRe: Deleting session id's created by browsers on server's end Pin
Abhijit Jana12-Aug-09 4:01
professionalAbhijit Jana12-Aug-09 4:01 
GeneralRe: Deleting session id's created by browsers on server's end Pin
shankbond12-Aug-09 4:19
shankbond12-Aug-09 4:19 

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.