maan
{
void ParentInterfaceMethod();
}
Response.Redirect("../Admin/Section.aspx?SelectedValue=Admin");
or
Response.Redirect("~/Admin/Section.aspx?SelectedValue=Admin");
Hope this helps.
Thanks,Kalyan