Esempio n. 1
0
 protected void AlbumFetch_Click(object sender, EventArgs e)
 {
     MessageUserControl.TryRun(() =>
     {
         TracksBy.Text    = "Album";
         SearchArgID.Text = AlbumDDL.SelectedValue;
         TrackSelectionListODS.DataBind();
     }, "Tracks by album", "Add an album track to your playlist by clicking on the + (plus sign)");
 }
Esempio n. 2
0
 protected void MediaTypeFetch_Click(object sender, EventArgs e)
 {
     MessageUserControl.TryRun(() =>
     {
         TracksBy.Text    = "MediaType";
         SearchArgID.Text = MediaTypeDDL.SelectedValue;
         TrackSelectionListODS.DataBind();
     }, "Tracks by media type", "Add a media type track to your playlist by clicking on the + (plus sign)");
 }