protected void btnsub(object sender, EventArgs e)
{
string soa = lable1s.Text;
if (soa == "Service Oriented Architecture")
{
Response.Redirect("soa.aspx");
return;
}
}
the code is not work......