Re: can't get control to hold state
- From: "vtxr1300" <cakewalkr7@xxxxxxxxxxx>
- Date: 3 May 2006 07:28:18 -0700
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.
.
- Follow-Ups:
- Re: can't get control to hold state
- From: vtxr1300
- Re: can't get control to hold state
- References:
- can't get control to hold state
- From: vtxr1300
- can't get control to hold state
- Prev by Date: Re: enum as a param
- Next by Date: Re: datagrid and Delete
- Previous by thread: can't get control to hold state
- Next by thread: Re: can't get control to hold state
- Index(es):
Relevant Pages
|