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_inside_usercontrol.aspx

16 lines
792 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_inside_usercontrol.ascx" %>
<HTML>
<HEAD>
<title>Example Page - Codebehind Horizontal 1 - User Control</title>
<!--// Only needed for this page's formatting //-->
<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>
<!--
If you want to run this example from VS.NET project you need to change in file horizontal_1UC.ascx
the Page directive attribute from "Src" to "CodeBehind"
-->