Click here to Skip to main content
16,003,555 members
Home / Discussions / Web Development
   

Web Development

 
QuestionRedirect IIS Pin
YasserSalama8-Apr-07 2:41
YasserSalama8-Apr-07 2:41 
QuestionLimiting potential users of a SOAP web service? Possible? Pin
Cormac M Redmond8-Apr-07 2:31
Cormac M Redmond8-Apr-07 2:31 
AnswerRe: Limiting potential users of a SOAP web service? Possible? Pin
Hesham Amin8-Apr-07 10:33
Hesham Amin8-Apr-07 10:33 
GeneralRe: Limiting potential users of a SOAP web service? Possible? Pin
Cormac M Redmond16-Apr-07 11:20
Cormac M Redmond16-Apr-07 11:20 
QuestionDoes Anyone... Pin
Bradml7-Apr-07 0:52
Bradml7-Apr-07 0:52 
AnswerRe: Does Anyone... Pin
Hesham Amin8-Apr-07 10:31
Hesham Amin8-Apr-07 10:31 
GeneralRe: Does Anyone... Pin
Bradml9-Apr-07 4:07
Bradml9-Apr-07 4:07 
GeneralRe: Does Anyone... Pin
Vasudevan Deepak Kumar13-Apr-07 7:05
Vasudevan Deepak Kumar13-Apr-07 7:05 
AnswerThis probably isn't what you wanted, but.... Pin
badgrs10-Apr-07 5:38
badgrs10-Apr-07 5:38 
GeneralRe: This probably isn't what you wanted, but.... Pin
Bradml10-Apr-07 5:48
Bradml10-Apr-07 5:48 
QuestionHow to check webservers OK responce in case of Web service Pin
Amol Ravatale7-Apr-07 0:45
Amol Ravatale7-Apr-07 0:45 
AnswerRe: How to check webservers OK responce in case of Web service [modified] Pin
Dmitry Khudorozhkov7-Apr-07 8:30
Dmitry Khudorozhkov7-Apr-07 8:30 
GeneralRe: How to check webservers OK responce in case of Web service Pin
Amol Ravatale7-Apr-07 21:52
Amol Ravatale7-Apr-07 21:52 
QuestionHow to Code Cumulate Draw? Pin
Shaareable6-Apr-07 15:03
Shaareable6-Apr-07 15:03 
AnswerRe: How to Code Cumulate Draw? Pin
Shog96-Apr-07 15:24
sitebuilderShog96-Apr-07 15:24 
Question[Message Deleted] Pin
gubba6-Apr-07 14:24
gubba6-Apr-07 14:24 
AnswerRe: Disable back button in a web page Pin
Shog96-Apr-07 15:16
sitebuilderShog96-Apr-07 15:16 
General[Message Deleted] Pin
gubba6-Apr-07 17:33
gubba6-Apr-07 17:33 
GeneralRe: Disable back button in a web page Pin
Mohammad Daba'an8-Apr-07 1:41
Mohammad Daba'an8-Apr-07 1:41 
General[Message Deleted] Pin
gubba8-Apr-07 19:49
gubba8-Apr-07 19:49 
GeneralRe: Disable back button in a web page Pin
Mohammad Daba'an8-Apr-07 20:00
Mohammad Daba'an8-Apr-07 20:00 
General[Message Deleted] Pin
gubba8-Apr-07 20:25
gubba8-Apr-07 20:25 
GeneralRe: Disable back button in a web page Pin
Shog99-Apr-07 6:56
sitebuilderShog99-Apr-07 6:56 
AnswerRe: Disable back button in a web page Pin
Vasudevan Deepak Kumar13-Apr-07 7:06
Vasudevan Deepak Kumar13-Apr-07 7:06 
QuestionCHECKBOX (DYNAMIC CREATION WITH DIRECTIVES-CLASSIC ASP) Pin
hifiger20046-Apr-07 13:08
hifiger20046-Apr-07 13:08 
Hi Guys,

I have encountered this problem when I am having my Classic ASP code that was put inside the string variable including the directives (<% varTemp %>). The value of varTemp is coming from my table categories wherein you can find there tha CategoryID. And the value of the CategoryID will be used dynamically as an indicator if the checkbox will be displayed as checked or unchecked.

Page Error:

Microsoft VBScript compilation error '800a0409'

Unterminated string constant

/signup/checkbox4.asp, line 6

&"<%= varTemp
-------------^

Below is my trial Classic ASP code, before moving to my actual ASP Coding. I hope this can be solved. Thanks in advance


<%
Dim sCheckBox
sCheckBox = sCheckBox + "" _
&"/>" _
&"Test Checkbox" _
&""
%>





<%= sCheckBox %>

hifiger2004

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.