Asp Control ASP.Net

<%@ Page Language="C#" %>

    void Page_Load()
     {
     if (Page.IsPostBack)
      Message.Text = "You have selected " + radCity.SelectedItem.Value;
    }



    Radio Button List Example


    
    
    
    Which city interests you?