Sunday, August 18, 2013

Google Search

 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);

No comments:

Post a Comment