Hi
I am using the following code to try and change a users email address. It however is not saving what I put inside the text box.
protected void cmdSave_Click(object sender, EventArgs e)
{
string userName = Request.QueryString["user"]; Go to the complete details ...