3
Answers

Input string not in correct format

anil john

anil john

12y
900
1
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)