Hi Lee,
I could use Response.Redirect, but I was hoping for a more subtle solution.
What do you mean by resetting? Is that making all TextBoxes empty?
Changing the behaviour of the Login control would be a solution too. Right now the user returns to the page last visited (in this case the page with the ListView), after a re-login. I expected that my Login Control would direct the user to the Default page, but that's not the case. Is there a way to always redirect to the Default page?
Code:
<asp:Login ID="Login1" runat="server"
FailureText="Inloggen is mislukt. Probeer nogmaals."
DestinationPageUrl="~/Default.aspx" TitleText="Inloggen" DisplayRememberMe="False">
<FailureTextStyle Font-Bold="True" />
</asp:Login>
thanks,
Hans