label as dynamic navigation
- by KareemSaad
I Made label to had value from database and linked it . but the problem was it had only one value and i want it keep value when navigation thought site as.
xyz....
this is my code
<
if (Request.QueryString["Category_Id"] != null)
{
Banar.ImageUrl = "Handlers/Banner.ashx?Category_Id=" + Request.QueryString["Category_Id"] +…