Asp Control ASP.Net

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

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



    Drop Down List Example


    
    
    
        Which city interests you?
        
            Madrid
            Oslo
            Lisbon