Home » Certification » Microsoft Certification

You create an ASP.NET application to provide corporate news and information to XYZ’s employees. The application is used by employees in New Zealand. Default.aspx has a Web Form label control named currentDateLabel. The Page.Load event handler for Default.aspx included the following line of code: currentDateLabel.Text = DateTime.Now.ToString(“D”) You need to ensure that the data is displayed correctly for employees in New Zealand. What should you do?

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!