1: private void repMenu_ItemDataBound(object sender, RepeaterItemEventArgs e)
2: {
3: repSubMenu.ItemDataBound += new RepeaterItemEventHandler(repSubMenu_ItemDataBound);
4: repSubMenu.DataSource = page.SelectAllWSectionIDLogic();;
5: repSubMenu.DataBind();
6: }
7:
8: private void repSubMenu_ItemDataBound(object sender, RepeaterItemEventArgs e)
9: {
10:
11: if (e.Item.ItemType == ListItemType.Header)
12: {
13: litSpan = (Literal)e.Item.FindControl("litSpan");
14: litSpan.Text = "<span class=\"submenu\" id=\"sub" + _count.ToString() + "\">";
15: }
16: }
Remember Me
a@href@title, b, blockquote@cite, em, i, strike, strong, sub, super, u