Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That is incorrect. The actual HTML that is outputted to the browser for the above example would be:A server textbox control is in HTML:
<asp:TextBox id="TextBox1" runat="server">Test</asp:TextBox>
So there is no value attribute that can be used in javascript to read the value.
<input name="TextBox1" type="text" value="Test" id="TextBox1"/>