[thelist] ASP help

Karen J. Bowen lists at miinx.com.au
Tue Sep 10 11:38:00 CDT 2002


Michael Robertson wrote:
 > I'm trying to get these tables to write to a page only if
 > the condition is True.

The code looks fine, so it sounds like there may be a problem with your
boolean variables varSub1 and varSub2 & they're both holding True
regardless.

Add in the following debugging line just above your asp table code to
see what your variables are actually holding:

<%
Response.Write "varSub1 = " & varSub1 & "<br>"
Response.Write "varSub2 = " & varSub2 & "<br>"
Response.End
%>

If they are both holding True values, you'll then need to look back at
your assignment statement for each... and so on.

Good luck,
Karen
-------
Miinx Design & Development
e :: karen at miinx.com.au
p :: 0413.880.302
w :: www.miinx.com.au





More information about the thelist mailing list