Questions tagged [microsoft-ajax]

Microsoft Ajax features enable you to quickly create Web pages that provide a rich user experience and that include responsive and familiar user interface (UI) elements.

About

Microsoft Ajax features enable you to quickly create Web pages that provide a rich user experience and that include responsive and familiar user interface (UI) elements

Microsoft Ajax applications are compatible with all popular modern Web browsers, including Microsoft Internet Explorer, Mozilla Firefox, and Google Chrome.

Official Website

Microsoft Ajax

63 questions
0
votes
2 answers

Problem with Sys.UI.DataView and javascript

I'm using Microsoft Ajax to dynamically populate a list of contacts, given a json packet. My code is as follows: function fillContactsFromData(contacts) { // this is just for debug to let me know that the data is correct if (contacts.length…
Darren Oster
  • 9,146
  • 10
  • 48
  • 66
0
votes
1 answer

How to pass jquery array/object to function that expects a MS Ajax object

I've a big project where there still exist some MS ajax functions used all over the project. I could rewrite them using jquery but for now that would take to much time. However we now using jquery for every new functionality. Take a look at this: …
ThdK
  • 9,916
  • 23
  • 74
  • 101
-1
votes
3 answers

Calling a web Method that returns a non String by AJAX [ASP.net]

i made a web function in the C# file called test it returns a simple List for testing [WebMethod(EnableSession = false)] public static List test() { List a = new List () ; a.Add("1s"); a.Add("2s"); return a;…
Hady Elsahar
  • 2,121
  • 4
  • 29
  • 47
1 2 3 4
5