Hi,
I want the calculation in javascript.
Below is my code in .net
ASP Code
.style1
{
width: 100%;
}
.style2
{
width: 128px;
}
Below is code behind
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Button1.Click
TextBox3.Text = TextBox1.Text * TextBox2.Text / 100
End Sub
i want above code behind code in javascript.
Thanks
Basit.
Manas MohapatraPosted Dec 6, 2016, 4:01 AM
Basit KhanPosted Dec 6, 2016, 2:56 AM
Manas MohapatraPosted Dec 5, 2016, 12:29 PM