Where is write function in Checkbox?
Posted: Mon Feb 04, 2008 6:07 am
Hi Edward,
We r using .Net2007.3
we want display check and cross(Checkbox style) using different condition.
Now we wrote one function in checkbox control checked function property
if(({Table3.meal_type}=="Lunch") && ({Table3.is_meal_participated_in}==true ))
CheckBox34.Checked=true;
CheckBox34.CheckStyle=check;
else
Text13.Text="hai";
but didn't fire above function.
So, Please help us
Where is write code or How is write that code?
Its urgent help.
Thanks in Advance,
We r using .Net2007.3
we want display check and cross(Checkbox style) using different condition.
Now we wrote one function in checkbox control checked function property
if(({Table3.meal_type}=="Lunch") && ({Table3.is_meal_participated_in}==true ))
CheckBox34.Checked=true;
CheckBox34.CheckStyle=check;
else
Text13.Text="hai";
but didn't fire above function.
So, Please help us
Where is write code or How is write that code?
Its urgent help.
Thanks in Advance,