When you run web application then in a textbox you type Apple and you close the application and you run application again then in that textbox if you type a then Apple automatically come.
To stop this we need to set a textbox property AutoCompleteType="Disabled" like...
<asp:TextBox ID="TextBoxFileName"
runat="server" AutoCompleteType="Disabled"> </asp:TextBox>