Test Your Knowledge: Using an AJAX Server Control from a web site
Summary
This test has questions about using an AJAX Server Control from a web site. Registering the control and adding a ScriptManager are also included.
|
Table of Contents
Control and a Test Site Figure 1. A test website for holding the AJAX Server Control Manually Dropping the AJAX Server Control Figure 2. AJAX Server Control in the tool box Figure 3. AJAX Server Control in the tool box Code for adding a server control Code Listing 1. Adding a server control Code Listing 2. Registering a Control Code Listing 3. Instance of the AJAX Server Control Figure 4. Absence of ScriptManager Code Listing 4. Absence of ScriptManager Code Listing 5. Adding ScriptManager to the Page
|
Review Answers for Questions in this Test
|
|
|
Bookmark and Share This
|
|
More Articles With Similar Tags
|
Google Suggest style autocomplete feature is readily available from the AutoCompleteExtender control from the AJAX Toolkit. This article shows how to use control with the data obtained from database.
|
This article explains the various pieces of the code generated for beginning an AJAX Server Control. The class ScriptControl and the over-ridden methods GetScriptDescriptors() and GetScriptReferences() are explained, among others.
|
This article talks about using an AJAX Server Control from a web site. Registering the control and adding a ScriptManager are also discussed.
|
This is a test on the various pieces of the code generated for an AJAX Server Control. This includes the class ScriptControl and the over-ridden methods GetScriptDescriptors() and GetScriptReferences().
|
With an AJAX Server control, some additional JavaScript is generated behind the scenes (in addition to the JS you write). This article looks at this generated JavaScript when an AJAX Server Control is used.
|
|
|