nerdexam
Microsoft

98-361 · Question #393

You are developing an ASP.NET Wep page that displays status of a shipment. You need to write some code that will change the Web page's appearance and assign values to some controls. Where should you…

The correct answer is B. In a method that handles the Load event. See the full explanation below for the reasoning.

Question

You are developing an ASP.NET Wep page that displays status of a shipment. You need to write some code that will change the Web page's appearance and assign values to some controls. Where should you put this code?

Options

  • AIn the InitializeComponent method
  • BIn a method that handles the Load event
  • CIn a method that handles the Init event
  • DIn a method that handles the PreRender event

How the community answered

(27 responses)
  • A
    11% (3)
  • B
    81% (22)
  • C
    4% (1)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice