?? numericupdown.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="NumericUpDown.aspx.cs" Inherits="_Default" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>無標題頁</title>
</head>
<body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table style="width: 416px; height: 160px">
<tr>
<td>
默認控制</td>
<td>
<asp:TextBox ID="TextBox1" runat="server">5</asp:TextBox></td>
</tr>
<tr>
<td>
圖片控制</td>
<td>
<asp:TextBox ID="TextBox2" runat="server">5</asp:TextBox>
<asp:Image ID="Image2" runat="server" ImageUrl="~/images/up.gif" />
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/down.gif" /></td>
</tr>
<tr>
<td>
自定義 </td>
<td>
<asp:TextBox ID="TextBox3" runat="server">周一</asp:TextBox></td>
</tr>
</table>
<cc1:numericupdownextender id="NumericUpDownExtender1" runat="server" targetcontrolid="TextBox1"
width="100"></cc1:numericupdownextender>
<cc1:numericupdownextender id="NumericUpDownExtender2" runat="server" targetbuttondownid="Image1"
targetbuttonupid="Image2" targetcontrolid="TextBox2" width="100"></cc1:numericupdownextender>
<cc1:numericupdownextender id="NumericUpDownExtender3" runat="server" refvalues="周一;周二;周三;周四;周五;周六;周日"
targetcontrolid="TextBox3" width="100"></cc1:numericupdownextender>
</ContentTemplate>
</asp:UpdatePanel>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -