Posts

Showing posts with the label Auto Percentage Caluclation Caluclation

Caluclation

protected void  btnCalculate_Click (object sender,  EventArgs  e)           {               try               {                   double price1, price2;                   price1 = Convert.ToDouble( txtCostBenifits.Text.Trim ()) / 10;                   price2 = (price1 * 0.2); //(price1 / 20) * 100;                       //Final_Prise1:=@If(Prise1>50000;50000;Prise1);               ...