Plz help me
protected void Page_Load(object sender, EventArgs e) { if (Request.QueryString["showproducts"] != null) { if (Request.QueryString["showproducts"] == "1") { mvUser.SetActiveView(viewProducts); //DataSet ds = new DataSet(); //lblTest.Text = ""; FillRepeater(); } } } |
Replies
Know the answer? Post it — somebody with the same question will find it here.