hi fnds,
i am devoloping the web page.Here i am using the HTML TextBox. How the textbox value retrieve in aspx.cs file.
<input id="text2" type="text" style="z-index: 102; left: 423px; position: absolute; top: 388px" name="text2" />.
how to retrieve the text2 value in my aspx.cs file.
Plz give the Solution to my Application.
i am devoloping the web page.Here i am using the HTML TextBox. How the textbox value retrieve in aspx.cs file.
<input id="text2" type="text" style="z-index: 102; left: 423px; position: absolute; top: 388px" name="text2" />.
how to retrieve the text2 value in my aspx.cs file.
Plz give the Solution to my Application.
Comment