473,387 Members | 1,597 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

CheckBoxList

I have a CheckBoxList on my ASP.NET page. It is populated from a dataset:
DataSet dsType = new DataSet();

dsType = rmController.GetStatusMessages();

CheckBoxList1.DataSource = dsType.Tables[0];

CheckBoxList1.DataTextField =
dsType.Tables[0].Columns["Status"].ColumnName.ToString();

CheckBoxList1.DataValueField=
dsType.Tables[0].Columns["IDStatus"].ColumnName.ToString();

CheckBoxList1.DataBind();

----------------------------------------------------------

So far so good

Then the user can select 1 or more options in CheckBoxList1 that in this
case counts 4 items. IDStatus is an integer and Status is the text:
1 option1
2 option2
4 option3
8 option4

SO if the user selects option2 and option4 i want to be able to return 2 + 8
(10).

I tried to fig out how i can test if an item is checked or not. It is easy
in a winform but the ASP.NET control is not that easy :-)
Here is code that i have been playing with:

for (int i = 0; i < CheckBoxList1.Items.Count; i++)

{

if (CheckBoxList1.Items[i].???==true)

{
checksum += int.Parse(CheckBoxList1.Items[i].Value);

}

}

Any hint that can help me out is appreciated.

Best regards Trond
Nov 19 '05 #1
1 2593
I figured it out after some thinking. Here is solution
for(int i=0;i<CheckBoxList1.Items.Count;i++)
{
if(CheckBoxList1.Items[i].Selected)
{
checksum += int.Parse(CheckBoxList1.Items[i].Value);
}
}

Best regards Trond

"Trond" <tr***@montanis.com> wrote in message
news:O1**************@TK2MSFTNGP14.phx.gbl...
I have a CheckBoxList on my ASP.NET page. It is populated from a dataset:
DataSet dsType = new DataSet();

dsType = rmController.GetStatusMessages();

CheckBoxList1.DataSource = dsType.Tables[0];

CheckBoxList1.DataTextField =
dsType.Tables[0].Columns["Status"].ColumnName.ToString();

CheckBoxList1.DataValueField=
dsType.Tables[0].Columns["IDStatus"].ColumnName.ToString();

CheckBoxList1.DataBind();

----------------------------------------------------------

So far so good

Then the user can select 1 or more options in CheckBoxList1 that in this
case counts 4 items. IDStatus is an integer and Status is the text:
1 option1
2 option2
4 option3
8 option4

SO if the user selects option2 and option4 i want to be able to return 2 +
8 (10).

I tried to fig out how i can test if an item is checked or not. It is easy
in a winform but the ASP.NET control is not that easy :-)
Here is code that i have been playing with:

for (int i = 0; i < CheckBoxList1.Items.Count; i++)

{

if (CheckBoxList1.Items[i].???==true)

{
checksum += int.Parse(CheckBoxList1.Items[i].Value);

}

}

Any hint that can help me out is appreciated.

Best regards Trond

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bryce Budd | last post by:
Hello All, I've been a taker of information from newsgroups for a long time and thought I'd finally make a contribution back to the community whose supported me when I've needed it. After all...
4
by: dm_dal | last post by:
Is there a know issue surrounding the CheckBoxList control and it's viewstate? When my control is created, it's ListItems are checked as needed, but on a postback, they loose their Selected...
4
by: Shaul Feldman | last post by:
Hello, I have something really awkward at work - fighting with CheckBoxList... How can I define CSS for ListItem in CheckBoxList programmatically. I add CheckBoxList's Items on the fly, something...
5
by: Eirik Eldorsen | last post by:
I'm trying to code a reapter that for each listelement show a checkboxlist. I'm almost there. The only thing I can't figure out is how to set the ID of the checkboxlists. This is my code:...
3
by: I am Sam | last post by:
I keep getting the following error message when I try to iterate through a CheckBoxList control: Object reference not set to an instance of an object. Description: An unhandled exception...
5
by: Patrick.O.Ige | last post by:
I'm binding a CheckBoxlist below in the ItemDataBound(the CheckBoxList is in a Datalist) By doing "li.Selected = True" i can see all the checkBoxes are selected. But what i want is to be able...
4
by: Patrick.O.Ige | last post by:
I have a CheckBoxList in a DataList and i'm trying to get item Selected after doing a postBack. I have set my CheckBoxlist AutoPostBack="True" Any ideas what 'm doing wrong? It seems not to...
2
by: Patrick.O.Ige | last post by:
I have some boolean value(1 or 0 ) in a table and i want a databinded CheckBoxList to present the selected values on the page.. With CheckBox i know i can se the Checked property like so :-...
0
by: Jai | last post by:
Hi, Somebody please tell me how to bind(two way) a checkboxlist with objectdatasource if the checkboxlist is inside a formview..... Code of FormView is like this::--- <asp:FormView...
0
by: Jai | last post by:
Hi, Somebody please tell me how to bind(two way) a checkboxlist with objectdatasource if the checkboxlist is inside a formview..... Code of FormView is like this::--- <asp:FormView...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.