AlwaysVisibleControl Demonstration

Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl <asp:ScriptManager id="ScriptManager" runat="server" EnablePartialRendering="true" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl    
<div class="demoarea">
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl        
<div class="demoheading">AlwaysVisibleControl Demonstration</div>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl        
<asp:UpdatePanel ID="update" runat="server">
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl            
<ContentTemplate>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                
<div style="width:230px;height:100px">
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:Panel ID="timer" runat="server"
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                        Width
="220px" BackColor="White" ForeColor="DarkBlue"
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                        BorderWidth
="2" BorderStyle="solid" BorderColor="DarkBlue" style="z-index: 1;">
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                        
<div style="width: 100%; height: 100%; vertical-align: middle; text-align: center;"><p>Current Time:</p><span id="currentTime" runat="server" style="font-size:xx-large;font-weight:bold;line-height:40px;"/></div>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
</asp:Panel>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<ajaxToolkit:AlwaysVisibleControlExtender ID="avce" runat="server"
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                            TargetControlID
="timer"
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                            VerticalSide
="Top" VerticalOffset="10"
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                            HorizontalSide
="Right" HorizontalOffset="10"
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                            ScrollEffectDuration
=".1" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                
</div>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                
<p>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                Choose a position for the clock from the list below, then scroll your browser window to see the demo.  
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                
</p>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                
<p>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                Position: 
<asp:DropDownList ID="ddlPosition" runat="server" 
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    AutoPostBack
="true" OnSelectedIndexChanged="OnChange">
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Default" Selected="true"  Value="None" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Top Left" Value="TL" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Top Center" Value="TC" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Top Right"  Value="TR" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Middle Left" Value="ML" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Middle Center" Value="MC" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Middle Right"  Value="MR" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Bottom Left" Value="BL" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Bottom Center" Value="BC" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                    
<asp:ListItem Text="Bottom Right" Value="BR" />
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                
</asp:DropDownList>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                
</p>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl                
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl            
</ContentTemplate>
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl         
</asp:UpdatePanel>
>
对应的后台代码:
Asp.net Ajax 服务器控件使用 --- 2.AlwaysVisibleControl protected void Page_Load(object sender, EventArgs e)
    }

相关文章:

  • 2021-12-06
  • 2021-07-01
  • 2021-12-09
  • 2021-10-24
  • 2021-06-09
  • 2022-12-23
  • 2021-11-12
  • 2021-12-27
猜你喜欢
  • 2021-09-13
  • 2021-12-29
  • 2022-01-16
  • 2022-01-02
  • 2022-01-26
  • 2021-09-12
  • 2022-01-27
相关资源
相似解决方案