Regarding ASp.Net2.0 Login Control.

  • Thread starter To discussion group.
  • Start date
T

To discussion group.

Hello
I am using ASP.Net2.0 login control in my web-site.
For this i had handled Login1_Authenticate event.
As i m entering wrong password Error-message promt me correctly,
But as i entered spaces then Correct password,it accepts the password &
redirect to the specified page,which is not correct,so plz reply me whether
it is triming the spaces or what????

Thanks.
 
C

Cowboy \(Gregory A. Beamer\)

I would imagine there is a trim feature, as passwords copied from an email
will often end up with a space afterwards. I see nothing wrong with this,
but if you want to override this behavior, you can create a custom
membership provider.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

********************************************
| Think outside the box! |
********************************************
 

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

Top