可学答题网 > 问答 > MCPD(70-562)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are the newly&ensp


You are the newly appointed Web Application Developer at Certkiller.com. You make use ofMicrosoft .NET Framework v3.5 to create a Microsoft ASP.NET application.  You create a page on the application that contains the code segment below:<asp:ListBox ID="lstBox1"AutoPostBack="true" runat="server" />  The page contains a code-behind file. The code below is written in the file:Private Sub BindData(ByVal sender As Object, ByVal e As EventArgs) lstLanguages.DataSource = CultureInfo.GetCultures(CultureTypes.AllCultures)lstLanguages.DataTextField = "EnglishName"lstLanguages.DataBind()End Sub  You receive an instruction from management to make sure that lstBox1 ListBox control retains theselection of the Certkiller client during postback. You thus need to determine the appropriate codethat should be added in the constructor of the page.  What should you do?()

  • AYou should consider adding AddHandler lstLanguages.SelectedIndexChanged, AddressOfBindData to the constructor of the page.
  • BYou should consider adding AddHandler Me.Init, AddressOf BindData to the constructor of thepage.
  • CYou should consider adding AddHandler Me.PreRender, AddressOf BindData to theconstructor of the page.
  • DYou should consider adding AddHandler lstLanguages.PreRender, AddressOf BindData to theconstructor of the page.
参考答案
参考解析:
分类:MCPD(70-562)题库
相关推荐

1、You are the administra

You&ensp;are&ensp;the&ensp;administrator&ensp;of&ensp;your&ensp;company&rsquo;s&ensp;network.&ensp;The&ensp;dial-up&ensp;server&ensp;on&ensp;your&ensp;network&ensp;i...

2、You are the administra

You&ensp;are&ensp;the&ensp;administrator&ensp;of&ensp;a&ensp;SQL&ensp;Server&ensp;2005&ensp;computer&ensp;named&ensp;SQL1.&ensp;All&ensp;servers&ensp;run&ensp;Micros...

3、You are the administra

You&ensp;are&ensp;the&ensp;administrator&ensp;of&ensp;your&ensp;company&#39;s&ensp;network.&ensp;Your&ensp;network&ensp;has&ensp;20&ensp;Windows&ensp;2000&ensp;serve...

4、You are the administra

You&ensp;are&ensp;the&ensp;administrator&ensp;of&ensp;ExamSheet.net&#39;s&ensp;network.&ensp;Your&ensp;Windows&ensp;2000&ensp;Professional&ensp;computer&ensp;has&ens...

5、You are the administra

You&ensp;are&ensp;the&ensp;administrator&ensp;of&ensp;Company&rsquo;s&ensp;network.&ensp;The&ensp;network&ensp;is&ensp;configured&ensp;as&ensp;shown&ensp;in&ensp;the...

6、You are the newly&ensp

You&ensp;are&ensp;the&ensp;newly&ensp;appointed&ensp;administrator&ensp;at&ensp;Certkiller.com.&ensp;You&ensp;are&ensp;in&ensp;the&ensp;process&ensp;of&ensp;creating...