nerdexam
GIAC

GSSP-NET · Question #365

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. You…

The correct answer is A. Add the extender controls alongside the ASP.NET Web server controls in the Web forms. B. Create a custom extender control for each built-in ASP.NET Web server control. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. You utilize the built-in ASP.NET Web server controls in all the Web forms of the application. You access and modify the properties of all Web server controls in the code behind code of the Web forms. You are required to include custom client-side and AJAX behavior to the ASP.NET Web server controls. You are also required to ensure nominal effect on the current application code. What will you do? Each correct answer represents a part of the solution. Choose two.

Options

  • AAdd the extender controls alongside the ASP.NET Web server controls in the Web forms.
  • BCreate a custom extender control for each built-in ASP.NET Web server control.
  • CReplace each built-in ASP.NET Web server control with the custom Web server control in the Web
  • DCreate a custom Web server control for each built-in ASP.NET Web server control.
  • ECreate a UserControl control for each built-in ASP.NET Web server control.
  • FAdd an UpdatePanel control in the Web forms for each built-in ASP.NET Web server control

How the community answered

(47 responses)
  • A
    70% (33)
  • C
    2% (1)
  • D
    15% (7)
  • E
    9% (4)
  • F
    4% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice