Click here to Skip to main content
15,891,907 members
Home / Discussions / Web Development
   

Web Development

 
QuestionPHP + MySQL Timeout Error Pin
47_MasoN_477-May-08 10:23
professional47_MasoN_477-May-08 10:23 
AnswerRe: PHP + MySQL Timeout Error Pin
Ashish Sehajpal8-May-08 0:23
Ashish Sehajpal8-May-08 0:23 
GeneralRe: PHP + MySQL Timeout Error Pin
47_MasoN_479-May-08 9:44
professional47_MasoN_479-May-08 9:44 
Questiongetting string from server script to Client script Pin
gangar7-May-08 7:35
gangar7-May-08 7:35 
AnswerRe: getting string from server script to Client script Pin
Ashish Sehajpal8-May-08 0:19
Ashish Sehajpal8-May-08 0:19 
GeneralRe: getting string from server script to Client script Pin
gangar8-May-08 3:26
gangar8-May-08 3:26 
GeneralRe: getting string from server script to Client script [modified] Pin
James Simpson8-May-08 4:02
James Simpson8-May-08 4:02 
GeneralRe: getting string from server script to Client script Pin
gangar8-May-08 4:46
gangar8-May-08 4:46 
James Simpson wrote:
Its a been a while since I have used ASP, but I dont get while you are calling Response.BinaryWrite. The response is the output of the ASP page which I gather is the above code, so I don't see why your calling Response.BinaryWrite?


Hello,

I am kind of new to ASP. so I was trying to different ways to extract string.
I tried the replace, but same result(error).


<%Dim Binary11<br />
     Binary11 = Request.BinaryRead(Request.TotalBytes)<br />
     Dim I, S<br />
     For I = 1 To LenB(Binary11)<br />
     S = S & Chr(AscB(MidB(Binary11, I, 1)))<br />
     Next<br />
     <br />
     Replace S,"\r",Chr(13)<br />
     Replace S,"\n",Chr(10)<br />
     %><br />
     <br />
 outputstr = "<%= Server.HTMLEncode(S) %>"

GeneralRe: getting string from server script to Client script Pin
James Simpson8-May-08 4:56
James Simpson8-May-08 4:56 
GeneralRe: getting string from server script to Client script Pin
gangar9-May-08 3:18
gangar9-May-08 3:18 
QuestionIE 7 status bar hiding Pin
King Shez6-May-08 22:53
King Shez6-May-08 22:53 
AnswerRe: IE 7 status bar hiding Pin
47_MasoN_477-May-08 11:10
professional47_MasoN_477-May-08 11:10 
QuestionNeed a Upload Images html code for my site! Pin
Mary Gonzalez6-May-08 11:51
Mary Gonzalez6-May-08 11:51 
AnswerRe: Need a Upload Images html code for my site! Pin
Christian Graus6-May-08 11:57
protectorChristian Graus6-May-08 11:57 
Question[Message Deleted] Pin
Macorina6-May-08 10:42
Macorina6-May-08 10:42 
AnswerRe: Help me out Pin
Christian Graus6-May-08 11:56
protectorChristian Graus6-May-08 11:56 
QuestionVS2008 ASP2.0 Treeview Context menu c# [modified] Pin
peter.bellen@qsm-europe.com6-May-08 10:28
peter.bellen@qsm-europe.com6-May-08 10:28 
AnswerRe: VS2008 ASP2.0 Treeview Context menu c# Pin
tonymathewt20-May-08 23:09
professionaltonymathewt20-May-08 23:09 
QuestionDotNetNuke Pin
Imthu6-May-08 4:10
Imthu6-May-08 4:10 
AnswerRe: DotNetNuke Pin
Suresh Pirsquare6-May-08 7:12
Suresh Pirsquare6-May-08 7:12 
QuestionIE7 adds a statusbar in ShowModalDialog Pin
Thomas Lykke Petersen6-May-08 0:27
Thomas Lykke Petersen6-May-08 0:27 
AnswerRe: IE7 adds a statusbar in ShowModalDialog Pin
led mike6-May-08 5:29
led mike6-May-08 5:29 
GeneralRe: IE7 adds a statusbar in ShowModalDialog Pin
King Shez6-May-08 22:53
King Shez6-May-08 22:53 
GeneralRe: IE7 adds a statusbar in ShowModalDialog Pin
led mike7-May-08 5:52
led mike7-May-08 5:52 
GeneralRe: IE7 adds a statusbar in ShowModalDialog Pin
Thomas Lykke Petersen13-May-08 20:28
Thomas Lykke Petersen13-May-08 20:28 

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.