Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 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 December 4th, 2006, 10:31 PM
Registered User
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default checkboxlist problems

hello,
let me try to explain my problem clearly, my english is not perfect. :)

Im doing a little experiments with asp.net 2.0 while im reading the book "beggining Asp.net 2.0".

This is my problem:

If i use a simple checkbox i have no problem, everything is fine, writing great to the database:
<asp:ControlParameter Name="primeira_vez"
        ControlId="Checkbox1"
        PropertyName="Checked"
        Type="Boolean" />


but now i want to use the CheckBoxList, i retrieve my checkbox items from a database table (5 items, no problem here) but how to write it to the database, i have something like this for each checkboxlist:

    <asp:ControlParameter Name="field1"
        ControlId="cblRendimentos" --->cblRendimentos is my checkboxlist
        PropertyName="SelectedValue"
        Type="String" />

    <asp:ControlParameter Name="field2"
        ControlId="cblRendimentos"
        PropertyName="SelectedValue"
        Type="String" />
...

the problem is that it only saves to the database the last click (if i clicked the 4th element and do the insert all 5 fields related to checkboxlist have 4 saved in it, like a group)

Hope you understand my problem, try to help me, a really would apprecciate that.
Greetings from Portugal


 
Old December 6th, 2006, 06:04 PM
Registered User
 
Join Date: Dec 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

anyone?






Similar Threads
Thread Thread Starter Forum Replies Last Post
CheckboxList onselectindexchanged rlb ASP.NET 2.0 Professional 1 August 13th, 2008 12:56 PM
Checkboxlist epkgupta Visual Studio 2005 0 March 11th, 2008 05:31 AM
Get Values from Checkboxlist derekl ASP.NET 1.0 and 1.1 Basics 3 May 26th, 2006 09:46 AM
CheckBoxList stu9820 ASP.NET 1.0 and 1.1 Basics 10 May 25th, 2006 08:15 PM
CheckBoxList eddiema VS.NET 2002/2003 1 April 9th, 2004 09:49 AM





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