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

You create a Web Form that allows use


You create a Web Form that allows users to create a new account. You add a CreateUserWizard control by using the following code segment.You need to ensure that the wizard automatically sends an e-mail message to users when they finish creating their accounts. You add a valid element to the Web.config file. Which code segment should you add to the Page_Load event?()

  • A Wizard1.RequireEmail = True
  • B Wizard1.Email = "user@address.com"
  • C Wizard1.MailDefinition.From = "registration@mysite.com"
  • D SmtpMail.SmtpServer = "mail.contoso.com"
参考答案
参考解析:
分类:MCTS(70-528)题库
相关推荐

1、You create a Web site that stores use

You create a Web site that stores users' active themes in user profile objects. You need to apply users' preferred themes when they lo...

2、You create a Web Form. The Web Form u

You create a Web Form. The Web Form uses the FormView control to enable a user to edit a record in the database. When the user clicks the...

3、You create a Web Form that contains a

You create a Web Form that contains a TreeView control. The TreeView control allows users to navigate within the Marketing section of your Web...

4、You create a Web Form that allows user

You create a Web Form that allows users to create a new account. You add a CreateUserWizard control by using the following code segment. You...

5、You create a Web Form. The Web Form al

You create a Web Form. The Web Form allows users to log on to a Web site. You implement the login logic using a Login control named Login1...

6、You create a Web Form. The Web Form al

You create a Web Form. The Web Form allows users to recover their passwords. You add a PasswordRecovery server control by using the following...