When a user goes to register on my site and if they enter wrong information it redirects them back to the same page to correct any mistakes on the login page. When they are redirected the username and other information they entered previously is in the form fields. Why is this - not that it is bad or anything but i would like to modify this behavior if possible. Here is the code i am using
<tr>
<td class="style1">Username</td>
<td>
<%= Html.TextBox("username") %>
</td>
</tr>