扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
<asp:DetailsView…...> <Fields> <asp:BoundField DataField="Phone" HeaderText="Phone" NullDisplayText="not listed" SortExpression="Phone" /> <asp:BoundField DataField="Fax" HeaderText="Fax" NullDisplayText="not listed" SortExpression="Fax" /> </Fields> <EmptyDataTemplate> <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/warning.gif" />There are no records to display </EmptyDataTemplate> </asp:DetailsView> <asp:SqlDataSource ……> <UpdateParameters> <asp:Parameter Name="ContactTitle" Type="String" DefaultValue="Owner" ConvertEmptyStringToNull="true" /> <asp:Parameter Name="Region" Type="String" ConvertEmptyStringToNull="true" /> <asp:Parameter Name="Phone" Type="String" ConvertEmptyStringToNull="true" /> <asp:Parameter Name="Fax" Type="String" ConvertEmptyStringToNull="true" /> <asp:Parameter Name="CustomerID" Type="String" /> </UpdateParameters> …… </asp:SqlDataSource> |
<asp:DropDownList AppendDataBoundItems="True" AutoPostBack="True" DataSourceID="SqlDataSource2" DataTextField="state" DataValueField="state" ID="DropDownList1" runat="server"> <asp:ListItem Value="">ALL</asp:ListItem> </asp:DropDownList> <asp:SqlDataSource ConnectionString="<%$ ConnectionStrings:Pubs %>" ID="SqlDataSource2" runat="server" SelectCommand="SELECT DISTINCT [state] FROM [authors]"> </asp:SqlDataSource> <asp:SqlDataSource ConnectionString="<%$ ConnectionStrings:Pubs %>" ID="SqlDataSource1" runat="server" SelectCommand="SELECT au_id, au_lname, au_fname, state FROM authors WHERE state = IsNull(@state, state)" CancelSelectOnNullParameter="False"> <SelectParameters> <asp:ControlParameter ControlID="DropDownList1" Name="state" PropertyName="SelectedValue" Type="String" /> </SelectParameters> </asp:SqlDataSource> |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者