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

📄 clientleaseform.aspx

📁 一个房屋中介系统的源码
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
                            <asp:ControlParameter ControlID="TextBox2" Name="客源编号" PropertyName="Text" Type="String" />
                        </UpdateParameters>
                        <SelectParameters>
                            <asp:ControlParameter ControlID="TextBox1" Name="客源编号" PropertyName="Text" Type="String" />
                        </SelectParameters>
                        <InsertParameters>
                            <asp:ControlParameter ControlID="TextBox2" Name="客源编号" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox3" Name="客户姓名" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="DropDownList1" Name="客户性别" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="TextBox5" Name="客户电话" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox6" Name="电子邮箱" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox7" Name="客户地址" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox8" Name="邮政编码" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="CheckBox1" Name="电梯要求" PropertyName="Checked" Type="Int32" />
                            <asp:ControlParameter ControlID="DropDownList2" Name="所在城区" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="TextBox11" Name="具体位置" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox12" Name="配套设施" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox13" Name="家具家电" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="DropDownList3" Name="装修级别" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="TextBox15" Name="房龄要求" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="TextBox16" Name="最小房间数" PropertyName="Text" Type="Int32" />
                            <asp:ControlParameter ControlID="TextBox17" Name="最大房间数" PropertyName="Text" Type="Int32" />
                            <asp:ControlParameter ControlID="DropDownList4" Name="付租方式" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="TextBox19" Name="最低租价" PropertyName="Text" Type="Double" />
                            <asp:ControlParameter ControlID="TextBox20" Name="最高租价" PropertyName="Text" Type="Double" />
                            <asp:ControlParameter ControlID="TextBox21" Name="最低物管费" PropertyName="Text" Type="Double" />
                            <asp:ControlParameter ControlID="TextBox22" Name="最高物管费" PropertyName="Text" Type="Double" />
                            <asp:ControlParameter ControlID="TextBox23" Name="最小面积" PropertyName="Text" Type="Double" />
                            <asp:ControlParameter ControlID="TextBox24" Name="最大面积" PropertyName="Text" Type="Double" />
                            <asp:ControlParameter ControlID="TextBox25" Name="委托日期" PropertyName="Text" Type="DateTime" />
                            <asp:ControlParameter ControlID="TextBox26" Name="截止日期" PropertyName="Text" Type="DateTime" />
                            <asp:ControlParameter ControlID="DropDownList5" Name="付佣类别" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="DropDownList6" Name="信息来源" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="TextBox29" Name="录入人员" PropertyName="Text" Type="String" />
                            <asp:ControlParameter ControlID="DropDownList7" Name="经纪人员" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="CheckBox2" Name="客源保密" PropertyName="Checked" Type="Int32" />
                            <asp:ControlParameter ControlID="CheckBox3" Name="推荐客源" PropertyName="Checked" Type="Int32" />
                            <asp:ControlParameter ControlID="DropDownList8" Name="当前状态" PropertyName="SelectedValue"
                                Type="String" />
                            <asp:ControlParameter ControlID="TextBox34" Name="补充说明" PropertyName="Text" Type="String" />
                        </InsertParameters>
                    </asp:SqlDataSource>
                    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White"
                        BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" DataKeyNames="客源编号"
                        DataSourceID="SqlDataSource1" Font-Names="宋体" Font-Size="Small" GridLines="Vertical"
                        OnRowCreated="GridView1_RowCreated" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"
                        Width="4000px">
                        <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="最大面积" />
                            <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 + -