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
1
vote
2 answers

Hosted Microsoft Ajax on CDN?

Google hosts popular ajax libraries for free at : http://code.google.com/apis/ajaxlibs/ You get to take advantage of their bandwidth, their CDN and most importantly that users may already have it cached from another site that is retrieving their JS…
Simon_Weaver
  • 140,023
  • 84
  • 646
  • 689
1
vote
2 answers

Why does $find(strSomeOtherRadAjaxPanel) return null?

Problem context: 1) rcbComboBoxInRadPanel is a Telerik RadComboBox. 2) rcbComboBoxInRadPanel has "OnClientSelectedIndexChange" event which fires "itemSelected." 3) rcbComboBoxInRadPanel is contained a radAjaxPanel called "foo." 4)…
Michael Rosario
  • 838
  • 1
  • 11
  • 26
1
vote
1 answer

Typescript and ASP.Net IScriptControl

Is there a good way to write the javascript end of an ASP.Net IScriptControl (Microsoft Ajax) in Typescript? The best I've found is https://github.com/chaholl/TypeScriptDefinitions/blob/master/MicrosoftAjax.d.ts - but that doesn't seem to be valid…
1
vote
2 answers

When will a minified version of MicrosoftMvcAjax.js be available?

I have been running YSlow against my site and the Microsoft Ajax files are quite hefty: http://ajax.microsoft.com/ajax/3.5/MicrosoftAjax.js = 99.3k and http://ajax.microsoft.com/ajax/mvc/MicrosoftMvcAjax.js = 136.7k Is there likely to be a minified…
Nicholas Murray
  • 13,305
  • 14
  • 65
  • 84
1
vote
2 answers

EnablePartialRendering="true" causing PageRequestManagerServerErrorException: Script entries not loaded yet. with debug="false"

When I run my website not in debug mode but after publishing then on page with update panel on every update I get : Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Script entries…
cnd
  • 32,616
  • 62
  • 183
  • 313
1
vote
5 answers

Clicking A tag in IE6 and FF using jQuery

I have a div that is returned from an ajax call which contains an a. I need to click it in javascript, however I cannot find a way that works in both IE6 and FF. This works in FF but generates an object required error in…
Donald Byrd
  • 7,668
  • 4
  • 33
  • 50
1
vote
1 answer

How do i get the parameter passed in _dopostback() in endrequest method?

How to I get the parameter value passed in _dopostback('',''); For Example __doPostBack('<%=upSubAccount.ClientID %>',true); I want to get the second parameter in endrequest() handler, here //wire the End Request…
Abhishek Shukla
  • 646
  • 1
  • 8
  • 21
1
vote
1 answer

Sys.ParameterCountException on extend of simple textbox control using microsoft js

Here s my code trying to extend a textbox with microsoft ajax libary On Page code is as follows : Code in the .js file The error on debug is as follows what wrong am i doing in my code ?
user581157
  • 1,327
  • 4
  • 26
  • 64
1
vote
1 answer

Proper pattern to return results of a recursive AJAX call (Microsoft AJAX)

I'm using the following function (code heavily removed for sake of pattern examination) to get all lists of a certain SP.ListTemplateType from a site collection. Since MS AJAX does not include a $promise function (to my knowledge), I'm creating a…
Wesley
  • 5,381
  • 9
  • 42
  • 65
1
vote
3 answers

Expanding an Accordion Pane on Invalid Validation

I have a collection of AccordionPanes containing various TextBox controls and DropDownLists, each with their own validators. If a few server-side validations occur on form submit, is there something that can automatically expand a previously…
danyim
  • 1,274
  • 10
  • 27
1
vote
1 answer

How do i add a Javascript object for a User control in ASP.Net

I have a User control and i have a method isDirty() added to this user control. This user control is used in many places. How do i access this method using javascript .How do i create a javascript object for this particular user control and then…
user581157
  • 1,327
  • 4
  • 26
  • 64
1
vote
0 answers

ScriptManager in an MVC project trying to load MicrosoftAjax js files from a strange path

I have a WebForms app that I'm converting to MVC, but for now running legacy stuff side-by-side. For some reason, the ScriptManager left to it's own devices tries to load the following files from a very strange (and non-existent) location:
Chris Haines
  • 6,445
  • 5
  • 49
  • 62
0
votes
1 answer

Posting collections using partial views and microsoft ajax in ASP.Net MVC2

I am using the partial view with the ajax.beginform. In that partial view page, i have the following markup EDIT <% using (Ajax.BeginForm("ManageDataSources", "DataSources", saveAjaxOptions)) { %>.... <%:…
Saravanan
  • 7,637
  • 5
  • 41
  • 72
0
votes
1 answer

tagName error only in IE8 on certain

I have a page which uses MS Ajax to pull content from a web service on the server. This works well on most machines, but does not work in IE8 on specific machines. I have disabled all plugins on these machines and several other suggestions from…
Elad Lachmi
  • 10,406
  • 13
  • 71
  • 133
0
votes
2 answers

Can Microsoft AJAX be used for mobile web

The framework is .NET. Since it has Microsoft AJAX, jQuery baked in, can these be leveraged for the mobile web or would it be better to use a JS mobile library instead?
ectype
  • 14,865
  • 5
  • 21
  • 28