Though auto populate of previously entered text in text box is helpful sometimes, still there are cases when we do not want this feature (may be because we have our own auto complete feature using ajax, so we don’t want it to block our cool auto complete)
we can simply stop it by putting: autocomplete="off" in the textbox like below.
<asp:TextBox runat="server" ID="tbMessage" autocomplete="off">