I have setup already
"When i select the item the Rate populates automaticaly"
Trying to Engineer?
As ItemName and Rate is populated in if i enter the Quantity Manualy with Leave event of Quantity Text box it should pouplate the Amount of the item automaticaly i have write the code but its not happening i put the breakpoint its going to
try
{
amountValue.Text = Convert.ToString(Convert.ToInt32(salePrice.Text) * Convert.ToInt32(qtyValue.Text));
}
but after that its entering to
catch(Exception ex)
{
MessageBox.Show("Error");
and giving me Error dialog box
try please let me know if i am making any mistake.
Thiyagarajan EPosted Nov 23, 2018, 1:37 AM
Tayyab JatoiPosted Nov 23, 2018, 5:06 AM
Suraj KumarPosted Nov 23, 2018, 4:49 AM
Jignesh KumarPosted Nov 23, 2018, 4:21 AM
Tayyab JatoiPosted Nov 23, 2018, 4:00 AM
Jignesh KumarPosted Nov 23, 2018, 2:18 AM