Click here to Skip to main content
15,902,112 members

Comments by Vygandas Pliasas (Top 6 by date)

Vygandas Pliasas 23-Oct-12 16:39pm View    
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? :)
Vygandas Pliasas 23-Oct-12 15:38pm View    
Deleted
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 15:36pm View    
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 15:36pm View    
Deleted
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 10:11am View    
Do you want to make user registration and profiles? This question not very clear, could you tell in more details what is the problem?