string s1 = TextBox1.Text;
string s2 = s1.Replace(' ', '+').ToString(); ;
string s3 = "http://www.google.co.uk/search?hl=en&q=" + s2 + "&meta=";
Response.Redirect(s3);
string s2 = s1.Replace(' ', '+').ToString(); ;
string s3 = "http://www.google.co.uk/search?hl=en&q=" + s2 + "&meta=";
Response.Redirect(s3);
No comments:
Post a Comment