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

You are developing a Windows Forms ap


You are developing a Windows Forms application that contains a DataGridView control. The DataGridView capture the customer's name, address, and phone number. You have been asked to provide data validation in a DataGridView to prevent users from leaving the.. You need to ensure that users cannot tab out of the name field without entering data What should you do ?()

  • A Validate the name field in the CellValidating event. Set e.Cancel = true if the name field is
  • B Validate the name field in the CellErrorTextChanged event. Get e.RowIndex if the name field ..
  • C Validate the name field in the CellEnter event. Set the focus on the name field if the name ...
  • D Validate the name field in the CancelRowEdit event. Set the focus on the name field if the name ...
参考答案
参考解析:
分类:MCPD(70-511)题库
相关推荐

1、You are developing a Windows Communic

You are developing a Windows Communication Foundation (WCF) service that does not operate on a duplex channel.You find that operations do not s...

2、You are developing a Windows Communic

You are developing a Windows Communication Foundation (WCF) service to provide an in-memory cache for many Web applications.The service contract ...

3、You are developing a Windows Communic

You are developing a Windows Communication Foundation (WCF) service that will be hosted in Microsoft Internet Services (IIS) 7.0.The service must...

4、You are developing a Windows Presenta

You are developing a Windows Presentation Foundation (WPF) application to play audio files. You add MediaElement mediaElement1 and a Button contr...

5、You are developing a Windows Communic

You are developing a Windows Communication Foundation (WCF) service. The service operation takes a customer number as the only argument and retu...

6、You are developing a Windows Communica

You are developing a Windows Communication Foundation (WCF) service that reads messages from a public non-transactional MSMQ queue.You need to co...