--%>

Explain AJAX Control Extender Toolkit

Explain the AJAX Control Extender Toolkit.

E

Expert

Verified

The AJAX Control Toolkit is the set of extenders which are used to extend functionalities of ASP.NET controls. Extenders use the block of JavaScript code to add new and improved capabilities to ASP.NET controls. The AJAX Control Toolkit is freely available on Microsoft site. We need to install toolkit on our system before using the extenders.

   Related Questions in Programming Languages

  • Q : What is an Unchecked exception

    Unchecked exception: An exception for which it is not needed to give a local try statement or to propagate through a throws clause stated in the method header. An exception which is not handled will cause program annihilation when it is thrown.

  • Q : Define the term Runtime error Define

    Define the term Runtime error: It is an error which causes a program to finish whenever it is being run.

  • Q : Explain the benefits of using MTS

    Explain the benefits of using MTS?

  • Q : Define the term Image map Define the

    Define the term Image map: This is an image, divided into logical regions, each of which has a hot spot.

  • Q : What are Literals What are Literals and

    What are Literals and also state their respective types?

  • Q : Define the term Direct recursion Define

    Define the term Direct recursion: Recursion which outcomes from a method of calling itself.

  • Q : Limit the Use of Pre-processor

    Limit the Use of Pre-processor Directives: The C pre-processor is powerful, but unrestricted use of it can lead to code that is hard to understand and analyze. Limit its use to inclusion of header files and simple macro definitions. Avoid features suc

  • Q : Explain the difference between a

    Explain the difference between a computer process and thread.

  • Q : Define the term Interface inheritance

    Interface inheritance: Whenever a class implements an interface, the interface inheritance relationship exists among them. The class inherits no implementation from interface, just method signatures and static variables. It is as well possible for one

  • Q : Define Indirect recursion Indirect

    Indirect recursion: Recursion which outcomes from method Y calling method X, whenever an existing call from X to Y is still in development or progress.