Hi,
Im using Radio Buttons. What I want to do is once a radio button is selected. I want to Redirect/Open another Page. Cant seem to get it to work. This is my line of thought can some one point me in the correct direction?
void Page_Load()
{
InSession.Text = Application["NumOfVisitors"].ToString();
if (RadioButtonList1.SelectedIndex = 0)
{
Response.Redirect("Tyree.aspx");
}
}
if(RaidoButtonList1.SelectedItem ="Tyree")
{
redirect
}