You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
477 B

<%@ Page Language="C#" %>
<%@ Register TagPrefix="osm" Namespace="OboutInc.SlideMenu" Assembly="obout_SlideMenu3_Pro_Net" %>
<script runat="server">
protected SlideMenu osm;
void Page_Load(Object o, EventArgs e) {
if(!Page.IsPostBack) {
osm.AutoPostBack = true;
osm.StyleFolder = "styles/cubes";
osm.AddParent("a", "Cameras/Camcorders");
osm.AddChild("a_a", "Hot Picks");
osm.AddChild("a_b", "Great Deals");
osm.AddChild("a_c", "Digital Cameras");