⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 weather.ascx

📁 WebParts的开发的一个非常好的源码例子
💻 ASCX
字号:
<%@ Control Language="C#" CodeFile="Weather.ascx.cs" Inherits="Weather_ascx" %>
<table style="width: 330px" cellspacing="0" cellpadding="0">
    <tr>
        <td style="width: 1px; height: 1px; background-color: black">
            <asp:Image ID="Image1" Runat="server" ImageUrl="~/Images/PartlyCloudy.jpg" ImageAlign="Middle" />
        </td>
        <td width="1px" bgcolor="gray"></td>
        <td width="8px" bgcolor="lightyellow"></td>
        <td bgcolor="lightyellow">
            <b>Temperature: 76 F</b><br />
            <b>Humidity: 44%</b><br /><br />
            Zip Code&nbsp;<asp:TextBox ID="Zip" Width="90px" Runat="server" />&nbsp;
            <asp:Button ID="Button1" Text="Submit" Runat="server" OnClick="Button1_Click" />
        </td>
        <td width="8px" bgcolor="lightyellow"></td>
    </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -