Chandan Kumar

Chandan Kumar

  • 1.2k
  • 475
  • 551.2k

How to Create a user Control Panel in ASP.Net & C#?

Feb 15 2018 2:03 AM
User Profile Control which has all the user option like view profile, change the password, change profile picture, along with the image Fist of the user should be registered in SQL database with their basic information and image. then next time when the user login, get their profile information along with profile picture and above mention options please try to make as soon as possible.
 
When the user logged in to the website. by entering their allotted ID and password.
Then the Profile of user should be displayed on the page. along with Profile picture in a circular area followed by the username.
 
And when the user clicks on the circular area then all the user control option should be displayed. like the below image
 
 
User option available Like---
 
Change Password
Change Profile picture.
My Account information.
Logout.

Answers (1)