Here are a few ways to get the value of an asp textbox
- document.getElementById(‘<%=Test.ClientID%>’).value
- <%=txtMyTextBox.ClientID%>
- Response.Redirect(“Form2.aspx?name=” + txtName.Text + “&num=” + txtStNum.Text );
EvoLve theme by Theme4Press • Powered by WordPress The Blog of Travis Gneiting