anil john

anil john

  • NA
  • 156
  • 204.8k

error while clearing textboxes

Oct 9 2012 12:57 AM
I am getting an error : Input string not in correct format , while am clearing the text box, plz help me to rectify this error


 if (chkTax.Checked)
            {
                taxAmnt = ((fAuctionProfit *double .Parse ( txtTax.Text.ToString ())) / 100);
            }
         

Answers (2)