Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How can i copy html code to clipboard by using javascript? Pin
Ankur\m/3-Apr-11 21:14
professionalAnkur\m/3-Apr-11 21:14 
GeneralRe: How can i copy html code to clipboard by using javascript? Pin
buffering833-Apr-11 22:37
buffering833-Apr-11 22:37 
Questionproblem with the web chat application Pin
Danda903-Apr-11 11:31
Danda903-Apr-11 11:31 
AnswerRe: problem with the web chat application Pin
Parwej Ahamad3-Apr-11 19:37
professionalParwej Ahamad3-Apr-11 19:37 
Questionautomation (like on whatismyip.com) Pin
Mark H Bishop3-Apr-11 11:24
Mark H Bishop3-Apr-11 11:24 
AnswerRe: automation (like on whatismyip.com) Pin
Not Active3-Apr-11 12:31
mentorNot Active3-Apr-11 12:31 
GeneralRe: automation (like on whatismyip.com) Pin
Mark H Bishop4-Apr-11 4:39
Mark H Bishop4-Apr-11 4:39 
GeneralRe: automation (like on whatismyip.com) Pin
Not Active4-Apr-11 11:48
mentorNot Active4-Apr-11 11:48 
It should be evident from the output you have. The Response object is filled with the necessary bits that tell the browser this is a webpage, such as the DOCTYPE, html, body. Response.Write(ipAddress) just adds to the stream it does nothing to replace it. What you need to do is, as I said before, use some of the other methods of the HttpResponse class, like ClearContent[^]

Also, again as I said before, this really should be implemented as a web service. Just because some other site is doing it as a webpage doesn't mean its the best way. Look at the URL and you will see it is using asp, a severly outdated technology.

I know the language. I've read a book. - _Madmatt

QuestionReportviewer shows unauthorized error. Pin
SamRST3-Apr-11 4:31
SamRST3-Apr-11 4:31 
AnswerRe: Reportviewer shows unauthorized error. Pin
thatraja3-Apr-11 7:19
professionalthatraja3-Apr-11 7:19 
GeneralRe: Reportviewer shows unauthorized error. Pin
SamRST3-Apr-11 21:23
SamRST3-Apr-11 21:23 
AnswerRe: Reportviewer shows unauthorized error. Pin
SamRST4-Apr-11 21:12
SamRST4-Apr-11 21:12 
QuestionApplication pool 'DefaultAppPool' has problem Pin
Hy Chanhan2-Apr-11 18:59
professionalHy Chanhan2-Apr-11 18:59 
AnswerRe: Application pool 'DefaultAppPool' has problem Pin
thatraja2-Apr-11 21:08
professionalthatraja2-Apr-11 21:08 
QuestionSql Membership / Login works local but not on production server Pin
De_Novice2-Apr-11 8:57
De_Novice2-Apr-11 8:57 
AnswerRe: Sql Membership / Login works local but not on production server Pin
De_Novice4-Apr-11 8:15
De_Novice4-Apr-11 8:15 
QuestionProblem with a drpdownlist in a datalist Pin
Nafiseh Salmani2-Apr-11 8:32
Nafiseh Salmani2-Apr-11 8:32 
AnswerRe: Problem with a drpdownlist in a datalist Pin
Abhijit Jana3-Apr-11 1:23
professionalAbhijit Jana3-Apr-11 1:23 
Questionproblem with drawing a polygon Pin
Nafiseh Salmani2-Apr-11 8:21
Nafiseh Salmani2-Apr-11 8:21 
AnswerRe: problem with drawing a polygon Pin
davidnz2-Apr-11 10:37
davidnz2-Apr-11 10:37 
QuestionMy website take so long time to reponse the pages (Slow) Pin
Hy Chanhan2-Apr-11 3:00
professionalHy Chanhan2-Apr-11 3:00 
AnswerRe: My website take so long time to reponse the pages (Slow) Pin
Not Active2-Apr-11 3:19
mentorNot Active2-Apr-11 3:19 
GeneralRe: My website take so long time to reponse the pages (Slow) Pin
Hy Chanhan2-Apr-11 3:25
professionalHy Chanhan2-Apr-11 3:25 
GeneralRe: My website take so long time to reponse the pages (Slow) Pin
Not Active2-Apr-11 3:42
mentorNot Active2-Apr-11 3:42 
GeneralRe: My website take so long time to reponse the pages (Slow) Pin
Hy Chanhan2-Apr-11 3:47
professionalHy Chanhan2-Apr-11 3:47 

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.