Hi Jerrin,
When you submit the form, the page is rebuilt & any values entered in the text boxes are lost.
You can populate the boxes again by writing the value submitted in the form into their value attributes, e.g. for a post...
Code:
<input type="text" name="myTextBox" value="<%=Server.HTMLEncode(Request.Form("myTextBox"))%>" />