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

📄 requirement.ascx

📁 精通ASP.NET2.0企业级开项目开发源代码.有会员积分系统/简单OA系统/客户关系管理系统/网上书店系统.每个里面都分sql2003和sql2005的代码,c# 三层架构非常值得学习
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Requirement.ascx.cs" Inherits="controls_Requirement" %>
<table id="TABLE1" style="width: 576px">
    <tr>
        <td style="width: 221px">
            客户名称</td>
        <td style="width: 48px">
            <asp:TextBox ID="txtusername" runat="server" Width="254px"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="width: 221px">
            负责员工</td>
        <td style="width: 48px">
            <asp:TextBox ID="txtname" runat="server" Width="251px"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="width: 221px">
            新需求内容</td>
        <td style="width: 48px">
            <asp:TextBox ID="txtcontent" runat="server" Rows="8" TextMode="MultiLine" Width="248px"></asp:TextBox></td>
    </tr>
    <tr>
        <td style="width: 221px">
            <asp:Button ID="Button1" runat="server" Text="登记需求" Width="127px" OnClick="Button1_Click" /></td>
        <td style="width: 48px">
            <asp:Label ID="Label1" runat="server" Width="353px"></asp:Label></td>
    </tr>
</table>

⌨️ 快捷键说明

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