Advertisement

07.07.2008 at 01:16AM PDT, ID: 23542660
[x]
Attachment Details

How can i Validate my checkbox in a Grid

Asked by gonadn in Programming Languages, .NET, C# Programming Language

Tags:

i need help to validate my checkbox in a grid.....!  if somone check the chekcbox i want my save button to be visible true...else false...

How can i make a function or a method where i can check if checked the btnSave shoud be enabled true...Start Free Trial
1:
2:
3:
4:
5:
6:
7:
private void CheckChecked(object sender, EventArgs e)
        {
            if (chkEngMode.Checked == true)
            {
                btnSave.Enabled = true;
            }
        }
 
Loading Advertisement...
 
[+][-]07.07.2008 at 01:36AM PDT, ID: 21943395

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Programming Languages, .NET, C# Programming Language
Tags: c# , .Net windows Form
Sign Up Now!
Solution Provided By: jandromeda
Participating Experts: 1
Solution Grade: C
 
 
[+][-]07.07.2008 at 01:42AM PDT, ID: 21943419

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628