Asp Control ASP.Net


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


  
    Radio Button List Example
  
  
    
    
    Which city do you wish to look at hotels for?