Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
login page in asp.net that also handle image that user upload when he/she sigup or register and display image of that user on next page
Posted
Comments
Smithers-Jones 12-Mar-11 16:33pm    
Reason for my vote of 1: Too lazy (or maybe too stupid) to phrase a proper sentence.

1 solution

Well, first thing first you need to learn how to do login page in asp.net, which is not that hard. For starters see this MSDN guide. How to: Create an ASP.NET Login Page[^]

Once you have you login page up and running, it is not that hard to add an image to it. In your user database (table) add a column to hold either the image itself or a path to where is the image is located. From there you can load that image in any page you like.
 
Share this answer
 

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