anil john

anil john

  • NA
  • 156
  • 204.8k

Input string not in correct format

Oct 9 2012 12:52 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);
            }
            else

Answers (3)