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

📄 operatorform.aspx

📁 工资管理系统用C#和sql开发的
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
                            <asp:ControlParameter ControlID="CheckBox18" Name="系统管理之公司部门设置" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="DropDownList1" Name="用户名称" PropertyName="SelectedValue"
                                Type="String" />
                        </UpdateParameters>
                        <InsertParameters>
                            <asp:ControlParameter ControlID="DropDownList1" Name="用户名称" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="TextBox1" Name="用户姓名" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="DropDownList2" Name="所在部门" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="TextBox3" Name="联系电话" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox4" Name="职责说明" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="CheckBox1" Name="人事管理之员工基本档案" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox2" Name="人事管理之员工家庭成员" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox3" Name="人事管理之员工工作简历" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox4" Name="人事管理之员工奖惩记录" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox5" Name="人事管理之员工培训记录" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox6" Name="人事管理之员工工作业绩" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox7" Name="人事管理之员工离职管理" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox8" Name="考勤管理之月度部门考勤" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox9" Name="考勤管理之年度个人考勤" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox10" Name="工资管理之月度工资核算" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox11" Name="工资管理之月度工资发放" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox12" Name="查询管理之查询个人档案" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox13" Name="查询管理之查询部门档案" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox14" Name="查询管理之查询考勤信息" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox15" Name="查询管理之查询工资信息" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox16" Name="系统管理之分配用户权限" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox17" Name="系统管理之公司信息设置" PropertyName="Checked"
                                Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox18" Name="系统管理之公司部门设置" PropertyName="Checked"
                                Type="Int32" />
                        </InsertParameters>
                    </asp:SqlDataSource>
                    <asp:SqlDataSource ID="SqlDataSource3" runat="server" ConnectionString="<%$ ConnectionStrings:MyPersonnelDBConnectionString %>"
                        SelectCommand="SELECT * FROM [公司部门]"></asp:SqlDataSource>
                    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White"
                        BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" DataKeyNames="用户名称"
                        DataSourceID="SqlDataSource2" Font-Names="宋体" Font-Size="Small" GridLines="Vertical"
                        Width="3500px" OnRowCreated="GridView1_RowCreated" OnSelectedIndexChanged="GridView1_SelectedIndexChanged">
                        <FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
                        <Columns>
                            <asp:CommandField ButtonType="Button" HeaderText="选择" ShowSelectButton="True" />
                            <asp:TemplateField HeaderText="删除" ShowHeader="False">
                                <ItemTemplate>
                                    <asp:Button ID="Button1" runat="server" CausesValidation="False" CommandName="Delete"
                                        Text="删除" />
                                </ItemTemplate>
                            </asp:TemplateField>
                            <asp:BoundField DataField="用户名称" HeaderText="用户名称" ReadOnly="True" SortExpression="用户名称" />
                            <asp:BoundField DataField="用户姓名" HeaderText="用户姓名" SortExpression="用户姓名" />
                            <asp:BoundField DataField="所在部门" HeaderText="所在部门" SortExpression="所在部门" />
                            <asp:BoundField DataField="联系电话" HeaderText="联系电话" SortExpression="联系电话" />
                            <asp:BoundField DataField="职责说明" HeaderText="职责说明" SortExpression="职责说明" />
                            <asp:BoundField DataField="人事管理之员工基本档案" HeaderText="人事管理之员工基本档案" SortExpression="人事管理之员工基本档案" />
                            <asp:BoundField DataField="人事管理之员工家庭成员" HeaderText="人事管理之员工家庭成员" SortExpression="人事管理之员工家庭成员" />
                            <asp:BoundField DataField="人事管理之员工工作简历" HeaderText="人事管理之员工工作简历" SortExpression="人事管理之员工工作简历" />
                            <asp:BoundField DataField="人事管理之员工奖惩记录" HeaderText="人事管理之员工奖惩记录" SortExpression="人事管理之员工奖惩记录" />
                            <asp:BoundField DataField="人事管理之员工培训记录" HeaderText="人事管理之员工培训记录" SortExpression="人事管理之员工培训记录" />
                            <asp:BoundField DataField="人事管理之员工工作业绩" HeaderText="人事管理之员工工作业绩" SortExpression="人事管理之员工工作业绩" />
                            <asp:BoundField DataField="人事管理之员工离职管理" HeaderText="人事管理之员工离职管理" SortExpression="人事管理之员工离职管理" />
                            <asp:BoundField DataField="考勤管理之月度部门考勤" HeaderText="考勤管理之月度部门考勤" SortExpression="考勤管理之月度部门考勤" />
                            <asp:BoundField DataField="考勤管理之年度个人考勤" HeaderText="考勤管理之年度个人考勤" SortExpression="考勤管理之年度个人考勤" />
                            <asp:BoundField DataField="工资管理之月度工资核算" HeaderText="工资管理之月度工资核算" SortExpression="工资管理之月度工资核算" />
                            <asp:BoundField DataField="工资管理之月度工资发放" HeaderText="工资管理之月度工资发放" SortExpression="工资管理之月度工资发放" />
                            <asp:BoundField DataField="查询管理之查询个人档案" HeaderText="查询管理之查询个人档案" SortExpression="查询管理之查询个人档案" />
                            <asp:BoundField DataField="查询管理之查询部门档案" HeaderText="查询管理之查询部门档案" SortExpression="查询管理之查询部门档案" />
                            <asp:BoundField DataField="查询管理之查询考勤信息" HeaderText="查询管理之查询考勤信息" SortExpression="查询管理之查询考勤信息" />
                            <asp:BoundField DataField="查询管理之查询工资信息" HeaderText="查询管理之查询工资信息" SortExpression="查询管理之查询工资信息" />
                            <asp:BoundField DataField="系统管理之分配用户权限" HeaderText="系统管理之分配用户权限" SortExpression="系统管理之分配用户权限" />
                            <asp:BoundField DataField="系统管理之公司信息设置" HeaderText="系统管理之公司信息设置" SortExpression="系统管理之公司信息设置" />
                            <asp:BoundField DataField="系统管理之公司部门设置" HeaderText="系统管理之公司部门设置" SortExpression="系统管理之公司部门设置" />
                        </Columns>
                        <RowStyle BackColor="#EEEEEE" ForeColor="Black" />
                        <SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
                        <PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" />
                        <AlternatingRowStyle BackColor="#DCDCDC" />
                    </asp:GridView>
                </asp:Panel>
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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