how to use email id as user name in login control?
or
how to login with email in login control ? login control in asp.net not mvc
in my website login control is already use its login with user name & password but i want login with email id how it is done its possible to change it
Loading
Abhishek JaiswalPosted Feb 24, 2014, 6:07 AM
use regular expression validation, in the that box u want to use as user name.
then it will only accept email as user name.
:)