Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 13th, 2004, 05:48 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Ahhh..., back to html code yet again. I could still see you at the same place from where you started. Now, let me clarify something first, before I go for helping further on this.

1) Do you want to list all those 66 checkboxes dynamically built from the database or you prefer to have them as static HTML code?

2) Why you say that you cannot change the name of those checkboxes as one, saying they are column names? What is the reason for having them all named differently.

3) Why do you have these three check boxes alone CHECKED? In what way they are different from other check boxes?
Code:
<input TYPE="checkbox" NAME="recordType" VALUE="gn" CHECKED>Genesis</td>
<input TYPE="checkbox" NAME="recordType" VALUE="is" CHECKED>Isaiah</td>
<input TYPE="checkbox" NAME="recordType" VALUE="ro" CHECKED>Romans</td>
_________________________
- Vijay G
Strive for Perfection
 
Old August 15th, 2004, 12:06 AM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 240
Thanks: 0
Thanked 1 Time in 1 Post
Default

I changed the design of the htm and asp pages. One problem is that I put a drop down list consisting none, spoke 1 - spoke 22, which are located in 3 columns (which have 3 checkboxes representing those three columns). Every column is numbered 1-22. But I don't know how to write the asp code.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload_image.htm Chapter 7 jeroen BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 2 September 3rd, 2009 11:53 AM
Batch convert .htm pages to .asp using template karib Dreamweaver (all versions) 22 July 30th, 2007 04:17 PM
Question on NameSpaceBooks.htm manahual BOOK: Professional Ajax ISBN: 978-0-471-77778-6 0 September 20th, 2006 10:42 AM
How can i rewrite the example bookClient.htm Keyne XML 0 August 23rd, 2006 07:11 AM
App_Offline.htm won't allow me to test. VictorVictor BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 5 March 2nd, 2006 10:46 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.