StringBuilder sb = new StringBuilder();
foreach (ListItem item in CheckBoxList1.Items)
{
if (item.Selected)
sb.Append(item.Text + ", ");
}
lblfocdata.Text=sb.ToString();
<video autoplay loop muted width="100%" height="100%" src="pic/yoga.mp4"> x
No comments:
Post a Comment