using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class Hospital_Bed_Manufacturer : System.Web.UI.Page { string a; protected void Page_Load(object sender, EventArgs e) { a = Request.QueryString["s"]; Page.Header.Title = "ABS Granules | Recycled Pellets | Plastic Regrind Manufacturers | " + a; Page.Header.Description = "Are You Searching For ABS Granules Manufacturers In " + a + "? Jobner Plastic Is One Of The Best Manufacturers, Importers, Traders, Buyers And Suppliers Of Recycled Pellets In " + a + ". We Provide High-Quality Products Of Plastic Regrind,PC CD Scraps."; Label1.Text = a; Label2.Text = a; Label3.Text = a; Label4.Text = a; Label5.Text = a; } }