In asp.net I am using the Login control with the checkbox for the RememberMe (provided by default).
I have created my own custom MembershipProvider.
When I step through the code, upon submission of the Log in control, it steps me through the ValidateUser function. I do not find anywhere in using my debug "watch" window where the RememberMe field is populated.
How do I retrieve the value of the "RememberMe" field so that I can know if a member has selected for me to remember them in a login cookie?
thanks.
Dim rememberme As CheckBox = ctype(FindControl("Remembe