G
Guest
Hi guys..
I'm getting an error saying that
--->C:\Documents and Settings\Yeoh Cheng Lin\My Documents\Visual Studio
Projects\CallBillingSystem\CallBillingSystem\Calculate_rates.cs(35): 'float'
does not contain a definition for 'Checked'
wat's does it mean? here's r my code..
if (Discount.Checked==true)
{
call_cost = (call_cost + (((start_time - end_time)/block_size) *
rate_per_block))*Discount;
}
and I declared my Discount as float--> float Discount;
Can u tell me how to correct them?
Thanks..
I'm getting an error saying that
--->C:\Documents and Settings\Yeoh Cheng Lin\My Documents\Visual Studio
Projects\CallBillingSystem\CallBillingSystem\Calculate_rates.cs(35): 'float'
does not contain a definition for 'Checked'
wat's does it mean? here's r my code..
if (Discount.Checked==true)
{
call_cost = (call_cost + (((start_time - end_time)/block_size) *
rate_per_block))*Discount;
}
and I declared my Discount as float--> float Discount;
Can u tell me how to correct them?
Thanks..