Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to make a asp.net website with many user profiles?.How are the new pages for users built dynamically???
Posted
Comments
Vygandas Pliasas 23-Oct-12 10:11am    
Do you want to make user registration and profiles? This question not very clear, could you tell in more details what is the problem?
Vygandas Pliasas 23-Oct-12 15:36pm    
I wrote a tutorial for creating a user login. There's no user profile and registration, only the most basic stuff, but maybe this would help http://www.codeproject.com/Articles/482546/Creating-a-custom-user-login-form-with-NET-Csharp
Vygandas Pliasas 23-Oct-12 16:39pm    
If you are familiar with windows applications, then basic asp.net shouldn't be a very long jump for simpler tasks. Important thing is do you know how to work with database? If so, add controls from toolbox like in win form (textboxes for username and password and button for submit), then doubleclick on that button and code like on win app. When you validate user with DB, set some session value, e.g. username and check it everytime in all pages. Do I'm thinking the right way you wanted to ask in this post? :)

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900