String Val = Encrypt (Textbox1.Text); Response.Redirect("Webform2.aspx?Name=" +Val);
this.txtBox1.Text =Decrypt(Request.QueryString["Name"]);
_______________________________________ Nisar Ahmad http://www.dotnetobject.com/
Login to post response