Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / November 2008

Tip: Looking for answers? Try searching our database.

Login control

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike - 26 Jun 2007 20:11 GMT
Hi,

How I can programatically get text from password and username edit
boxes within Login control?

Thanks
Husam Al-A''araj - 26 Jun 2007 20:45 GMT
hi
check this
http://www.codeproject.com/Purgatory/logincontrol.asp

Husam Al-Aáraj
www.aaraj.net

> Hi,
>
> How I can programatically get text from password and username edit
> boxes within Login control?
>
> Thanks
Mike - 26 Jun 2007 21:16 GMT
Thanks Husam.
I didn't explain so well, I am not looking for new login control, my
question is in relation with asp.net 2.0  login control.

Mike

>hi
>check this
[quoted text clipped - 9 lines]
>>
>> Thanks
Mike - 27 Jun 2007 10:43 GMT
Can somebody help me in this?

Thanks

>Hi,
>
>How I can programatically get text from password and username edit
>boxes within Login control?
>
>Thanks
BobS - 29 Aug 2007 22:16 GMT
use object browser to look at System.Web.UI.WebControls.Login  (find it by
doing a search for 'login')

I built a test page with login, button and textbox controls.  The
button_click contains
   TextBox1.Text = Login1.UserName

B o b

> How I can programatically get text from password and username edit
> boxes within Login control?
abby - 17 Nov 2008 23:11 GMT
If youre using a login control, u can get the ID from the MembershipUser class as

Member user = MembershipUser.getUser();
string userID = user.UserName.toString();
string password=user.Password.toString();

THE ABOVE SYNTAX MAY NOT BE Exact, but its something like this one. Hope you must've got the idea.
abby - 17 Nov 2008 23:11 GMT
If youre using a login control, u can get the ID from the MembershipUser class as

Member user = MembershipUser.getUser();
string userID = user.UserName.toString();
string password=user.Password.toString();

THE ABOVE SYNTAX MAY NOT BE Exact, but its something like this one. Hope you must've got the idea.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.