How to edit username?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ivyG
    New Member
    • Nov 2010
    • 3

    How to edit username?

    Hi.
    I'm doing a asp.net web application.
    I wish to create a function for Administrator to be able to edit and change the Username of the user that the Administrator had created previously using Create User Wizard.

    So, how am i able to do it?

    Thank you in advance.
    Last edited by Niheel; Dec 8 '10, 07:51 AM.
  • sanamkm
    New Member
    • Dec 2010
    • 5

    #2
    Hi,

    Iam hoping that you are saving the username in database.If so follow the steps below

    step1:Retreive thet username from DB into a label or textbox

    step 2:Place a button for updation of username

    step3:In the onclick event of button place the update query for the username.

    Have a nice day

    Comment

    Working...