Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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 June 16th, 2005, 12:07 AM
Authorized User
 
Join Date: Nov 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default Excel Checkbox selection thru C#

Hi..

Can anyone suggest me means to check/uncheck a checkbox dynamically generated at runtime thru C# code.

The data should come from a database table to do the same.

Thanx in advance..
Suneeta

.Net developer
__________________
.Net developer
 
Old June 16th, 2005, 02:07 AM
Registered User
 
Join Date: Jun 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi suneeta,
The problem as i understand is that u want to check and uncheck a set of check box based on some criteria from the data base ..ok

answer
in c# the code is

checkBox1.Checked=false;


But if the check boxes are generated dynamically in the table
then u got to take that particular row and column and change it


bye
aryasheel









Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabling Selection Of CheckBox pady123 Pro Visual Basic 2005 1 April 8th, 2008 05:16 AM
Disable checkbox until a selection is made DrConners Access VBA 3 January 12th, 2008 01:07 AM
checkbox selection in a webform vinodonline2000 ASP.NET 2.0 Basics 1 July 27th, 2007 05:52 AM
Multi Checkbox selection - ASP cancer10 Classic ASP Databases 7 November 21st, 2006 01:00 AM
inserting multiple selection from checkbox in to o [email protected] Pro JSP 0 March 30th, 2006 12:04 AM





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