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);
}
Loading
Sandeep Singh ShekhawatPosted Oct 9, 2012, 1:42 AM
Thanks
Sandeep
YinPosted Oct 9, 2012, 1:24 AM