asp.net 使用SqlDataSource控件执行存储过程

该小应用实现通过选择dropdownlist,在girdview上面显示特定的数据。代码如下:
1 <asp:SqlDataSource ID="Type" runat="server" ProviderName="System.Data.SqlClient"
2 ConnectionString="<% $ConnectionStrings:testDemon %>"
3 SelectCommand="GetType" SelectCommandType="StoredProcedure">
4 </asp:SqlDataSource>
5
6 <asp:DropDownList runat="server" DataSourceID="Type" DataValueField="Type"
7 AutoPostBack="true" ID="dropType"></asp:DropDownList>
8
9 <asp:SqlDataSource ID="Info" runat="server" ProviderName="System.Data.SqlClient"
10 ConnectionString="<% $ConnectionStrings:testDemon %>" SelectCommand="getTicketInfo"
11 SelectCommandType="StoredProcedure">
12 <SelectParameters>
13 <asp:ControlParameter ControlID="dropType" Name="TypeId" PropertyName="SelectedValue" />
14 </SelectParameters>
15 </asp:SqlDataSource>
16
17 <asp:GridView runat="server" DataSourceID="Info"></asp:GridView>

转载于:https://www.cnblogs.com/johnsneakers/archive/2011/05/18/2050188.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值