📄 houseleaseform.aspx
字号:
<asp:ControlParameter ControlID="DropDownList11" Name="当前状态" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox46" Name="补充说明" PropertyName="Text" Type="String" />
<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="DropDownList1" Name="所在城区" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox4" Name="具体位置" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox5" Name="楼盘名称" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox6" Name="配套环境" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="CheckBox1" Name="电梯" PropertyName="Checked" Type="Int32" />
<asp:ControlParameter ControlID="TextBox8" Name="房" PropertyName="Text" Type="Int32" />
<asp:ControlParameter ControlID="TextBox9" Name="厅" PropertyName="Text" Type="Int32" />
<asp:ControlParameter ControlID="TextBox10" Name="厨" PropertyName="Text" Type="Int32" />
<asp:ControlParameter ControlID="TextBox11" Name="卫" PropertyName="Text" Type="Int32" />
<asp:ControlParameter ControlID="TextBox12" Name="阳" PropertyName="Text" Type="Int32" />
<asp:ControlParameter ControlID="DropDownList2" Name="朝向" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox14" Name="物管费" PropertyName="Text" Type="Double" />
<asp:ControlParameter ControlID="DropDownList3" Name="楼层类型" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="DropDownList4" Name="房屋结构" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox17" Name="建筑面积" PropertyName="Text" Type="Double" />
<asp:ControlParameter ControlID="TextBox18" Name="套内面积" PropertyName="Text" Type="Double" />
<asp:ControlParameter ControlID="DropDownList5" Name="装修级别" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox20" Name="装修说明" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="DropDownList6" Name="付租方式" PropertyName="SelectedValue"
Type="String" />
<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="String" />
<asp:ControlParameter ControlID="TextBox25" Name="家电" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox26" Name="配套设施" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox27" Name="车位" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox28" Name="公钥数量" PropertyName="Text" Type="Int32" />
<asp:ControlParameter ControlID="TextBox29" Name="私钥数量" PropertyName="Text" Type="Int32" />
<asp:ControlParameter ControlID="TextBox30" Name="出租底价" PropertyName="Text" Type="Double" />
<asp:ControlParameter ControlID="DropDownList7" Name="付佣类别" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox32" Name="业主姓名" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox33" Name="业主电话" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox34" Name="联系人" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox35" Name="联系电话" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="DropDownList8" Name="委托方式" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox37" Name="委托日期" PropertyName="Text" Type="DateTime" />
<asp:ControlParameter ControlID="TextBox38" Name="截止日期" PropertyName="Text" Type="DateTime" />
<asp:ControlParameter ControlID="DropDownList9" 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="CheckBox4" Name="房源保密" PropertyName="Checked" Type="Int32" />
<asp:ControlParameter ControlID="TextBox43" Name="录入入员" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="DropDownList10" Name="经纪人员" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="DropDownList11" Name="当前状态" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox46" 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="联系人" />
<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 + -