public void Loadtitle() { try { lbShopName.Text = pro_detail.getnameshopbyseourl(_cat_seo_url); Lbtitle.Text = per.getNameCate(_Catid); } catch (Exception) { throw; } }
public void Loadtitle() { try { if (_cat_seo_url.Contains("san-pham-yeu-thich")) { Lbtitle.Text = "Sản phẩm yêu thích"; } else { lbShopName.Text = pro_detail.getnameshopbyseourl(_cat_seo_url); Lbtitle.Text = per.getNameCate(_Catid); } } catch (Exception) { throw; } }