private Sub BindControlPanel()
      dim imageList as sortedlist = new sortedlist()		

      imageList.add("Info1", "Project Status")
      imageList.add("Info2", "Staff")
      imageList.add("Info3", "Tasks")

      ControlPanel.DataSource = imageList
      ControlPanel.DataBind()

End Sub 
