-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In a scenario where webMethods Composite Application Framework (CAF) experienced developers are hard to find, compared to .Net, this question comes into play: does webMethods CAF have .Net integration capabilities?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I have a cascading dropdown (3 of them) Type, Categories and Sub Categories. Type loads first and upon selection of Type, Category load and selection of Category, Sub Category loads.
Also i have 2 buttons, "Add Category" and "Add Sub Category" Upon clicking on these buttons, i call a JQuery…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to get an ajax get to a webmethod in code behind. The problem is I keep getting the error "parserror" from the JQuery onfail method.
If I change the GET to a POST everything works fine. Please see my code below.
Ajax Call
<script type="text/javascript">
var id = "li1234";
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm generating a file on the server which takes some time. For this, I have a hidden iframe which I then set the .src attribute to an aspx file i.e iframe.src = "/downloadFile.aspx"
While this is taking place, I'd like to have a call to a web service return the progress. To do this, I thought…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When i define an AJAX WebMethod like this in an ASPX page (ui.aspx):
[System.Web.Services.WebMethod(Description = "Get Import Progress-Report")]
[System.Web.Script.Services.ScriptMethod(UseHttpGet = false, ResponseFormat = System.Web.Script.Services.ResponseFormat.Json)]
public static…
>>> More