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.
OboutSuite/EasyMenu/cs_database_horizontal_with...

16 lines
794 B

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Page language="c#" %>
<%@ Register TagPrefix="uc1" TagName="cs_inside_usercontrol" Src="cs_database_horizontal_uc.ascx" %>
<HTML>
<HEAD>
<title>Example Page - Codebehind Horizontal 1 from database - User Control</title>
<style>
BODY { FONT-SIZE: xx-small; MARGIN: 20px; FONT-FAMILY: Verdana }
.title { PADDING-RIGHT: 20px; PADDING-LEFT: 20px; FONT-SIZE: x-large; PADDING-BOTTOM: 20px; PADDING-TOP: 20px; BORDER-BOTTOM: gray 2px solid }
</style>
</HEAD>
<body>
<div class="title">Horizontal 1 skin inside User Control example - menu build from database</div>
<br /><br />
<a class="examples" href="Default.aspx?type=CSHARP"><3E> Back to examples</a>