protected void Fill_Following_Artists() { int fanKey = Convert.ToInt32(Session["Userkey"]); string[] myArtists = showtracker.GetFanArtists(fanKey); followArtistRadioButtonList.DataSource = myArtists; followArtistRadioButtonList.DataBind(); }