Working with ASP.NET AJAX and Client-Side Scripting (15 percent)

  • Implement Web Forms by using ASP.NET AJAX
    • ScriptManager control
    • ScriptManagerProxy control
    • Timer control
    • UpdatePanel control
    • UpdateProgress control
    • Partial Page Rendering overview
    • ASP.NET AJAX Overview
    • Client References namespaces
  • Interact with the ASP.NET AJAX client-side library
    • Client script in ASP.NET
    • AJAX Life Cycle events
    • PageRequestManager
    • Web Server controls that use client script
    • Adding client capabilities to a web server control
    • Creating Custom Client Script using MS AJAX
  • Consume services from client scripts
    • ScriptServiceAtribute
    • ScriptMethodAttribute
    • ServiceReference class
    • Using web services in ASP.NET AJAX
    • Exposing web services to client script
    • Calling web services from client script
  • Create and register client script
    • RegisterClientScriptInclude method
    • RegisterClientScript block method
    • ScriptReference object
    • ScriptManager.Scripts property
    • Creating custom client script
    • Combining client scripts in a composite script
    • Adding client script dynamically to pages
    • Dynamically assigning script references
    • Embedding a Javascript files as a resource in an assembly
Share
Tagged with:
 
  • The element is used to configure session state settings for the current application.
  • AJAX-enabled client represents a browser-based client that takes advantages of Java Script to enable Windows like features through a browser.
  • By default, Internet Explorer ignores problems it encounters in JavaScript. However, a user can enable debugging by using the some steps.
  • The Sys.Debug traceDump method is used to dump an object to the debugger console and to the trace console, if accessible.
  • You do not create contracts for .NET Web Service clients in order to configure a WCF service endpoint.
  • The @ServiceHost directive is used to associate the service host factory with the WCF service to be hosted. This directive is required to access or compile the service hosting code provided in a .svc file.
  • The RegisterStartupScript method of a ClientScriptManager object adds a script block into an application page that executes when the page has finished loading, but before the page’s OnLoad event is raised.
  • An advertisement file ensures security in order to prevent from being tampered by any unauthorized user. Therefore, guidelines must be followed while configuring, naming, and locating the file.
Share
Tagged with: