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/Show/aspnet_changercustomize.aspx

16 lines
513 B

<%@ Page Language="C#" Inherits="OboutInc.oboutAJAXPage" %>
<%@ Register TagPrefix="obshow" Namespace="OboutInc.Show" Assembly="obout_Show_Net" %>
<script language="C#" runat="server">
void Page_Load(object sender, EventArgs e) {
if (!IsPostBack)
{
Show1.Changer.Type = ChangerType.Arrow;
Show1.Changer.ArrowType = ArrowType.BothSides;
Show1.Changer.Position = ChangerPosition.Bottom;
Show1.Changer.HorizontalAlign = ChangerHorizontalAlign.Center;
ExecOnLoad("SetAlign('Bottom')");
}