📄 clientbuyform.aspx
字号:
Type="String" />
<asp:ControlParameter ControlID="TextBox9" 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="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="DropDownList2" Name="楼层类型" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="DropDownList3" Name="楼层结构" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="DropDownList4" Name="所在城区" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox12" Name="具体位置" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="DropDownList5" Name="朝向要求" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox14" Name="配套设施" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox15" Name="家具家电" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="DropDownList6" Name="装修要求" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="DropDownList7" Name="产权性质" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox18" Name="最小房间数" PropertyName="Text" Type="Int32" />
<asp:ControlParameter ControlID="TextBox19" Name="最大房间数" PropertyName="Text" Type="Int32" />
<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="DateTime" />
<asp:ControlParameter ControlID="TextBox25" Name="截止日期" PropertyName="Text" Type="DateTime" />
<asp:ControlParameter ControlID="DropDownList8" Name="付佣类别" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox4" Name="录入人员" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="DropDownList9" Name="经纪人员" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="CheckBox1" Name="客源保密" PropertyName="Checked" Type="Int32" />
<asp:ControlParameter ControlID="CheckBox2" Name="推荐客源" PropertyName="Checked" Type="Int32" />
<asp:ControlParameter ControlID="DropDownList10" Name="当前状态" PropertyName="SelectedValue"
Type="String" />
<asp:ControlParameter ControlID="TextBox9" 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="3000px">
<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="补充说明" />
</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 + -