hello

Thursday, 18 October 2012

how send more than one query string

Response.Redirect("Default2.aspx?UserId="+txtUserId.Text+"&UserName="+txtUserName.Text);

No comments:

Post a Comment