Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 910079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:59:09+00:00 2026-05-15T16:59:09+00:00

This was according to me possible with the Ajax library. But that however seems

  • 0

This was according to me possible with the Ajax library. But that however seems to be obsolete?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T16:59:09+00:00Added an answer on May 15, 2026 at 4:59 pm

    According to me there is no reason why you can’t use microsoft ajax client javascript libraries from jQuery.

    I think you can access it normally as you would do. Try this and see if it works. Have your references to microsoft ajax library and jQuery libraries both above this.

    $(document).ready(function () {
       Type.registerNamespace("Demo");
    
    Demo.Person = function(firstName, lastName, emailAddress) {
        this._firstName = firstName;
        this._lastName = lastName;
        this._emailAddress = emailAddress;
    }
    
    Demo.Person.prototype = {
        getFirstName: function() {
            return this._firstName;
        },
    
        getLastName: function() {
            return this._lastName;
        },
    
        getEmailAddress: function() {
            return this._emailAddress;
        },
        setEmailAddress: function(emailAddress) {
            this._emailAddress = emailAddress;
        },
    
        getName: function() {
            return this._firstName + ' ' + this._lastName;
        },
    
        dispose: function() {
            alert('bye ' + this.getName());
        },
    
        sendMail: function() {
            var emailAddress = this.getEmailAddress();
    
            if (emailAddress.indexOf('@') < 0) {
                emailAddress = emailAddress + '@example.com';
            }
            alert('Sending mail to ' + emailAddress + ' ...');
        },
    
        toString: function() {
            return this.getName() + ' (' + this.getEmailAddress() + ')';
        }
    }
    
    Demo.Person.registerClass('Demo.Person', null, Sys.IDisposable);
    Demo.Employee = function(firstName, lastName, emailAddress, team, title) {
        Demo.Employee.initializeBase(this, [firstName, lastName, emailAddress]);
    
        this._team = team;
        this._title = title;
    }
    
    Demo.Employee.prototype = {
    
        getTeam: function() {
            return this._team;
        },
        setTeam: function(team) {
            this._team = team;
        },
    
        getTitle: function() {
            return this._title;
        },
        setTitle: function(title) {
            this._title = title;
        },
        toString: function() {
            return Demo.Employee.callBaseMethod(this, 'toString') + '\r\n' + this.getTitle() + '\r\n' + this.getTeam();
        }
    }
    Demo.Employee.registerClass('Demo.Employee', Demo.Person);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to this article , it's possible to get multiline XML comments -- instead
Is it possible to format price according to rules like this using DecimalFormat in
I want something like the following: foo.should_receive(:bar).with(an_instance_of(Bla))..... Is this possible? Edit: According to the
According to this posting , it is said that ListBuffer allows constant-time removal of
This question indicates that it is possible for a 32-bit COM client to talk
According to this question , the Android database file contains the version number. However
Possible Duplicate: Can we post on Google plus from android application? According to this
I'm trying to create a wireframe vertex/fragment shader in Unity. It seems possible according
According to this page, it's possible to use TClientDataset as an in-memory dataset, completely
According this article , generic JPA DAO(Data Access Object) is a pretty nice pattern.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.