Friday, March 16, 2012

login page in asp.net2.0

hi all,
i am doing a project using the asp.net2.0 with the vb language. i have created a database my self; the database contanes a table for the customer username and password. what i want is to use the available login control, so how to link the two feild of my customer table(username , password) with the created one??

regardshiii,
no idea??
please help :rolleyes:
Normally you use the Login control with the membership stuff that MS provides for you. You might want to read up on "Introduction to Membership" on MSDN, as well as the documentation for the Login control. If you use the built-in stuff, there's no need to have your own table for the user name.

But, if you wanted to, you can override the OnLogginIn method of the Login control and do some processing there.

HTH,
Buoy
what if i want to join them using a foreign key between the table ??
can i ??
how??

regards
I assume you mean do a join between your tables and the aspnet tables. If so, I've never done that, but I don't see why you couldn't.
yeah thanx dear i am around to get the solution

0 comments:

Post a Comment