string s = Request.Params["variabile"] + "";
s = s.Trim();
this.Label1.Text = s;


così non funziona?