Re: can't get control to hold state



I figured out that the section that says

{
if (Click != null)
{
CreateChildControls();
Click(this, e);
}
}

was causing a problem. I removed the CreateChildControls and now my
username field holds it's state. However, I still can't get the
checkbox to hold it's state. If I change the password field from
password mode to normal text mode, it does hold it's state. Is there a
trick to getting a checkbox to hold it's state? Thanks.

.



Relevant Pages

  • RE: Call to ICredentialProviderCredentialEvents::SetFieldCheckbox() cr
    ... maybe you could try starting with the "All Controls" ... I have a problem with the usage of function SetFieldCheckbox() ... If checkbox is checked ... username field and shall clear the content of username field. ...
    (microsoft.public.platformsdk.security)
  • Re: Windows Gina
    ... On my servers that remember the last user focus to the password field, ... servers that do not remember focus to the username field. ... >>> focus set to the password field instead of the username when at the ...
    (microsoft.public.windows.server.general)
  • Re: Case sensitive username/password
    ... IMO you'll have to compare yourself using a case sensitive comparison in ... I'm not sure about the goal (as this is unusual it could confuse users, ... password field for the users to log in. ... the username field is not. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: vwait and return probs....
    ... The main problems are that typing ... > anything into the username field and then the password field is going to ... > There is also a bunch of other things that need doing (the second half ...
    (comp.lang.tcl)
  • password - how to check if its blank?
    ... I have a login page using Swing with a username and password field with the ... username field being TextField and password field being PasswordField. ...
    (comp.lang.java)