S
sammy
Guest
Hi
Can anyone help me out with the codeing for multiplying two numbers in ASP.NET
Here is the code
private void txtta_TextChanged(object sender, System.EventArgs e)
{
int p = Convert.ToInt32(txtqua.Text);
int p = Convert.ToInt32.(txtpa.Text);
int t = Convert.ToInt32(txtta.Text);
t = q*p;
}
I use this code but still the output does not comes can anyone help me
Can anyone help me out with the codeing for multiplying two numbers in ASP.NET
Here is the code
private void txtta_TextChanged(object sender, System.EventArgs e)
{
int p = Convert.ToInt32(txtqua.Text);
int p = Convert.ToInt32.(txtpa.Text);
int t = Convert.ToInt32(txtta.Text);
t = q*p;
}
I use this code but still the output does not comes can anyone help me