Click here to Skip to main content
15,889,693 members
Home / Discussions / Web Development
   

Web Development

 
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
AnswerRe: CHECKBOX (DYNAMIC CREATION WITH DIRECTIVES-CLASSIC ASP) Pin
Steve Echols7-Apr-07 19:49
Steve Echols7-Apr-07 19:49 
GeneralRe: CHECKBOX (DYNAMIC CREATION WITH DIRECTIVES-CLASSIC ASP) Pin
hifiger20047-Apr-07 22:50
hifiger20047-Apr-07 22:50 
GeneralRe: CHECKBOX (DYNAMIC CREATION WITH DIRECTIVES-CLASSIC ASP) Pin
hifiger20049-Apr-07 2:36
hifiger20049-Apr-07 2:36 
QuestionHelp with understanding Data Grid Pin
No-e6-Apr-07 10:38
No-e6-Apr-07 10:38 
AnswerRe: Help with understanding Data Grid Pin
No-e6-Apr-07 10:41
No-e6-Apr-07 10:41 
QuestionHelp in HTML tags entry in SQL server Pin
EEmaan6-Apr-07 2:02
EEmaan6-Apr-07 2:02 
AnswerRe: Help in HTML tags entry in SQL server Pin
Vasudevan Deepak Kumar6-Apr-07 5:37
Vasudevan Deepak Kumar6-Apr-07 5:37 

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.