Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > Classic ASP Basics
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." 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 Basics 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 October 23rd, 2004, 01:22 AM
Registered User
 
Join Date: Oct 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default multi paged multiple checkboxes with same name pro

Hi,

Here I am Having Dynamically generated table which consists of id, name, date, Featured(checkbox). I Am generating this table too dynamically using asp.net. In that i am using following tag to generate checkbox

dim tc as new tablecell

tc.text="<input type = 'Checkbox' id='chk' value=" & ds.tables(0).rows(i).item(id) & ">"

then i added this cell to table

i am getting all these checkboxes displayed in form

but when it comes to posting, after posting too

request("chk") i s always remains "" even though there is many are checked.

Help me to resolve this problem
 
Old October 23rd, 2004, 03:45 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hello Chandra,

  Post in ASP.NET forum. This is classic asp.


---------
Rajani






Similar Threads
Thread Thread Starter Forum Replies Last Post
multi-multi-multiple Insert with subquery??? jmjyiannis SQL Server 2000 1 May 5th, 2006 02:20 PM
Multiple Checkboxes With same name how to make t kcs_chandra ASP.NET 1.0 and 1.1 Basics 1 October 29th, 2004 09:03 AM
multiple checkboxes with same name how to checkAll kcs_chandra ASP.NET 1.0 and 1.1 Professional 1 October 23rd, 2004 08:53 AM
Multiple Checkboxes Error mgreenwood BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 May 27th, 2004 02:43 PM
multiple dynamic checkboxes mlog Classic ASP Basics 0 February 14th, 2004 04:49 AM





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