97免费在线观看视频,亚洲综合自拍网,黄色毛片免费观看,热久久综合网,免费看日产一区二区三区 狠狠操av,久久久涩涩涩,在线精品免费视频,人人插天天干,久久91精品国产91久久

單項(xiàng)選擇題

You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication. 
You decide to make use of Microsoft ASP.NET 3.5 in order to create the application. The followingmarkup is present on the page: 
<asp:TextBox ID="_statusTextBox" runat="server"/> 
<asp:Button ID="_button" runat="server" Text="Filter"/> 
<asp:SqlDataSource ID="_sqlDataSource" runat="server" 
 ConnectionString="<%$ ConnectionStrings:Certkiller %>" 
SelectCommand="GetUsers" SelectCommandType="StoredProcedure" 
FilterExpression="Active=1 AND Name LIKE ’{0}%’"> 
<FilterParameters> 
<asp:ControlParameter ControlID="_statusTextBox"/> 
</FilterParameters> 
</asp:SqlDataSource> 
<asp:GridView ID="_CKGridView" runat="server" DataSourceID="_sqlDataSource"/> 
The page is used to retrieve the Users from a company database. However, only the active usersare displayed. The TextBox control allows you to also filter users by status. You do not specify astatus when you click the Filter button. You notice that the page does not filter by active users andshows all the users that are retrieved from the database. You need to make the necessary settingsto ensure that only the active users are being displayed on the page when a status is notspecified. 
What should you do?()

A.You should ensure that a default value for the Status property of the ControlParameter controlis set.
B.You should ensure that the PropertyName property of the ControlParameter control is set toText.
C.You should ensure that the ControlParameter control’s ConvertEmptyStringToNull property isset to false.
D.You should ensure that the {0} placeholder in the FilterExpression property is replaced with the(?) symbol.

題目列表

你可能感興趣的試題

微信掃碼免費(fèi)搜題