i'm running into one problem after the other.. helppp.. i'm trying to post the value from textbox A on a login page to Textbox B on a members page.. I'm using Server.Transfer("members.aspx", true) on the login page and Response.Write(Request.Form("txtuser")) on the members page and it works except the username is no-where in Textbox B, instead it appears at the top of my page and if i do change the code, it doesnt even appear at all.. any help with how to change this.. thanks ya'll..