Label lbl = (Label) (DataList1.Items[DataList1.SelectedIndex].FindControl("NombreDelLabel")); string contenido; if(lbl != null) contenido = lbl.Text;