Get value asp:Textbox value using javascript 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 ); Author: Travis Gneiting Passionate Professional .NET Developer View all posts by Travis Gneiting