asp.net 2.0 Login Control - Anyway to hide the"remember me checkbox"

  • Thread starter Thread starter gencode
  • Start date Start date
G

gencode

In asp.net 2.0 there is a Login Control, but I dont want the option to
remember the person, is there anyway to hide the"remember me checkbox"

I could not see one, Thanks, Ed,
 
In asp.net 2.0 there is a Login Control, but I dont want the option to
remember the person, is there anyway to hide the"remember me checkbox"

I could not see one, Thanks, Ed,

Yes, select the dropdown men and convert it to a template, then delete the
elements you don't want.
 
also,

there is a property DisplayRememeberMe, set it to false
 
I looked and looked and did not see that...time for glasses :-)

Thanks, Ed,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top