473,403 Members | 2,359 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,403 software developers and data experts.

Need Value support for <asp:CheckBox>

hey guys

How can I get a value property for the checkbox, I don't want to use
the checkbox list.

Help is appreciated.

Thanks,
Chaprasi Bhai

Feb 22 '06 #1
3 1111
Do you want to know if it's checked or not? Use the .Checked property

Or are you trying to get its name?

Feb 22 '06 #2
I already have the checked and name property, I need to add another
property with "Value".

Feb 22 '06 #3
I would use an Html Checkbox, running as a server control

<input type="checkbox" runat="server" id="CheckBox1" value="bar" />

it doesn't create a label like an asp:checkbox does, so you'll have to
do this manually

you can use CheckBox1.Value

Feb 22 '06 #4

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

Similar topics

1
by: Kerri | last post by:
Hi, I have a series of checkboxes on a web page. Based on what the user checks I write a record to a Database Table. I want to associate each checkbox item with an IDENTITY in an existing...
1
by: Liu Xuesong | last post by:
I want to add Attributes into CheckBox in .aspx page <html> <asp:CheckBox id="ChapterCheck" runat="server" /> </html> How to add Attributes in <asp:CheckBox> ?
0
by: Kerri | last post by:
Hi, I have a series of checkboxes on a web page. Based on what the user checks I write a record to a Database Table. I want to associate each checkbox item with an IDENTITY in an existing...
1
by: Kerri | last post by:
Hi, I have a series of checkboxes on a web page. Based on what the user checks I write a record to a Database Table. I want to associate each checkbox item with an IDENTITY in an existing...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.