login page in asp.net that handle image upload by user when user register and display that image on page

You can do it in 2 ways:

1. Store the image in a folder(@ any location on server).
2. Store the path of that folder on database.

OR

1. Convert the image to byte stream and
2. Store it in the database.

While retrieving do the reverse process.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.