hi
I have linkbutton in my page this is Onclick event for linkbutton:
protected void LinkproM_Click(object sender, EventArgs e)
{
Response.Redirect("product.aspx?BehCode=" + Session["behcode"].ToString());
}
now I want use hyperlink instead of linkbutton how I can wrote above code for linkbutton?
Best Regards
Neda