MVC :: RC JQuery $.ajax Requests Failing / He Error Code Is 12030 Or 12031

Jan 14, 2010

Yesterday I upgraded to MVC 2 RC. I have several jquery ajax requests that worked fine prior to the upgrade. Sometimes they work, sometimes they don't.

I know the MVC team made changes to the framework to protect against Json Hijacking so that GET requests are not allowed (by default) and I have changed my jquery ajax code to use 'type: "POST",' and then adorned the Action Method with the POST verb.

Again, the odd thing about this is that it works sometimes and other times it doesn't. When it fails, there are no error details. The error code is 12030 or 12031.

View 2 Replies


Similar Messages:

JQuery Ajax Call Failing With Undefined Error

Jun 5, 2010

My jQuery ajax call is failing with an undefined error. My js code looks like this:

[Code]....

My ajax source is a generic ASP.NET handler:

[Code]....

Now, if I return an empty object ("{ }") in my handler, the call will succeed. But when I return any other JSON object, the call fails.

The dataFilter handler shows that I am receiving a correct object. Firebug shows the response as expected, and the JSON tab shows that the object is parsed correctly.

So what could be the cause?

[Edit] I should have actually written "when I return any invalid JSON object, the call fails"! :D

View 1 Replies

JQuery :: Json Error; Status 12030 Unknown?

Dec 9, 2010

I am getting error when calling webservice using JSON. my code is as below

[Code]....

after calling the

jquery-1.3.2.min.js code it throws error on this line [Code]....the error is coming on "R"

View 5 Replies

AJAX :: CascadingDropDown ERROR 403 500 12030

May 19, 2010

I have big problem with the CascadingDropDown. I have 60 CDD with one "Child". So on the page are 60 Parents and 60 Childs. When i use FF3.5 everything works fine when he is the only Browser which is connected to IIS

When i use FF3.0 i get Methode ERROR 403 and 500
When i use IE6 i get Methode ERROR 12030 or 403 or 500
When i use Google Chrome no ERROR no content in the List!?
When i use IE8 sometime it works sometime not!?

This errors are not shown on every DropDownList (but on most of them!) I played with the "<jsonSerialization maxJsonLength="50000000" />" in the Web.config which seams to make it work a little bit better.

What can i do to get the CDD working?

I think it is a timing problem. The CDD are not filled in the order i placed them on the page. Local it works better then remote.

Can you help me?

This is my WebService:

[Code]...

View 12 Replies

AJAX :: JScript Runtime Error 12030 From Ajax Timer When Authorization Expires?

Nov 3, 2010

I have an ASP.NET form with several update panels. All works great.I use a timer and have it handle some periodic upates. That works correctly too. However, I appear to get an error when I leave the page open running in the debugger. Specifically the above JScript error 12030.I'm not clear how to find the source but I assume it is because my page has logged out. If I refresh I go back to my login page.So, does this sound like the cause? If so, how to I address this?

View 2 Replies

Jquery - How To Make Requests With Ajax Faster

Dec 11, 2010

i find a lot of websites that have some parts in the page that uses ajax much more faster than i used to see ajax requests

like changing views using tabs when i click a tab it changes content very fast than i used to in my web applications using Asp.Net and Ajax Control Toolkit

and also a very quick paging in repeaters or grids than i ever developed in my web apps

like this website [URL]

so i need to know which technology used to achieve this this website is developed using .net

but i need to know is this needs another technology to learn (from where can i learn it)

or is it just asp.net + ajax or whth other technology is it MVC

also i want to know if MVC is better than asp.net + ajax in concern with performance

View 5 Replies

Intercept Ajax Requests With Jquery To Display BlockUI?

Apr 7, 2010

i'm trying to intercept ajax requests with jquery, to display a waiting message like with using plugin BlockUI, but how can i intercept requests sended by the UpdatePanel provided from asp.net framework, is some way to take the trigger?

View 2 Replies

AJAX :: Sys.WebForms.PageRequestManagerServerErrorException : 12030

Mar 28, 2010

I am getting this error when there is a Asynpostback. following is the markup

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="StepTwo.aspx.cs" Inherits="PAN.UI.StepTwo"

View 1 Replies

Jquery - Why 3 Extra HTTP Requests Are Done If You Use Ajax Call To A .net Web Service

Apr 4, 2011

When I was reading the blog Using jQuery to Consume ASP.NET JSON Web Services

I have seen this argument:

"By using jQuery to call the web service directly, we've eliminated over 100 KB of JavaScript and three extra HTTP requests. "

Why does the ASP.NET AJAX call to a .NET Web-Service needs 3 extra HTTP requests? What are those requests? (I wonder how jQuery manages the call with lesser HTTP requests in this case).

View 2 Replies

C# - JQuery AJAX - Error Status Code - 200 - Text "parserorro | OK"

Apr 4, 2011

I'm developing an ASP.Net web site using VS 2008 and .Net Framework 3.5, and I want to use jquery ajax in a test page, the code looks like this:

C# Method
[WebMethod]
public static string test()
{
return "Server Response" ;
}
$(document).ready(function() {
$("#myDiv").click(function() {
$.ajax({
type: "POST",
url: "AjaxTest.aspx/test",
data: "",
contentType: "application/json;charset=utf-8",
dataType: "json",
success: function(msg) {
// Replace the div's content with the page
// method's return.
alert(msg.d);
},
error: function(result){
alert("error occured. Status:" + result.status
+ ' --Status Text:' + result.statusText
+ " --Error Result:" + result);
}
});
});
});

So When I use Jquery 1.4.4 like this : I get : Status 200; Status Text: OK When I use Jquery 1.5 I get: Status 200; Status Text: Parsererror So I created a new WebSite in Visual Studio, copy and pased the code there, and it works fine !!!! I can't figure out what causes the problem. Also I have used methods with parameter, and setting data:"{}", and removing data completely, but nothing seems to work. I don't know if has to do anything with the DevExpress components that I'm using or not. I also found a good answer which was working with complete method like this :

complete: function(xhr, status) {
if (status === 'error' || !xhr.responseText) {
alert("Error");
}
else {
var data = xhr.responseText;
alert(data);
//...
}
}

But I don't know if it will work fine or there might be some other problem with this method too. I also don't know how to access response data from here.

View 2 Replies

Web Forms :: Post Of Form Suddenly Failing Getting Error From Mscorlib Error: Thread Was Being Aborted?

Feb 10, 2010

I have been using the RemotePost Class( as per http://www.jigar.net/articles/viewhtmlcontent78.aspx) to post a form to a pay provider, for about 3 months successfully, I made some changes external from the call to this class that sent an email when user presses the button to notify us that the user has selected to go through to the pay provider (similar to PayPal). and suddenly got an exception error MSCROLIB, Thread was being aborted. I have since removed the code and I still get the error it happens when I call

[Code]....

I tried the suggestion on KB article [URL]/ but the control is not past to the Pay Provider I also took the actual response that is written and posted it to a new html file added a submit button and it works. So I am no stuck. The Pay provider claims they have changed nothing, and has tried to help but says they are receiving no input from either our dev site or the live site.I also tried to step into the call but it just throughs the exception

View 4 Replies

Insert Into Sql Query Failing In Code?

May 13, 2012

I have an Insert into function returns the error Syntax error (missing operator) in query expression when text the single quote  is send to the access db from a form. 

' I need to replace this with the ascii ' before the query is sent.

 here is the scode 
 
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Response.Buffer=True%>
<!-- #include file="Conn.asp" -->

[Code].....

here I need to handle fields having the only character is the single quote

View 1 Replies

VS 2008 Why JQuery Selectors Are Failing Inside Validation Method For Chrome/Safari

Mar 15, 2011

I have a CustomValidator client script method that checks the value of a <input type="date" id="start"/> control. I'm accessing the date value using jQuery $('#start').val(), which works fine in Firefox and Opera. When I test in Chrome/Safari, the js console says that $('#start') is null. There is no problem using $('#start') outside the CustomValidator client method in Chrome/Safari. There is also no problem accessing the #start date object via document.getElementById('start') inside the validation method.

why jQuery selectors are failing inside this validation method for Chrome/Safari?

View 1 Replies

Javascript - Failing To Catch Server Error In Sharepoint?

Nov 4, 2010

I have an asp.net control that contains a grid view sitting on top of an Ajax update panel. The control has been added to a sharepoint page. When a button is clicked, some server code is called to store the contents of the grid. If the server code throws an error, I want to spit out a javascript alert displaying the error message, but for some reason the error that bubbles up from the server is the generic 500 server error, which doesn't contain any details of the original error.

View 1 Replies

Web Deployment Projects For VS2010 On Build Server Failing With Error MSB4086?

May 25, 2010

When I upgraded my Web Deployment Project from VS2008 to the VS2010 beta version, I was able to execute the build locally on my development box. However, when I tried to execute the build on our TeamCity build server, I began getting the following exception:

[code]....

View 1 Replies

Php - Ajax Post Failing In C#?

May 24, 2010

I'm trying to post to an external script using ajax so i can mail the data, but for some reason my data is not making it to the script.

$(document).ready(function() {
$("#submitContactForm").click(function () {
$('#loading').append('<img src="http://www.xxxxxxxx.com/demo/copyshop/images/loading.gif" alt="Currently Loading" id="loadingComment" />');
var name = $('#name').val();........

the php script is simple (for now - just wanted to make sure it worked)

<?php
$name = $_POST['name'];
$email = $_POST['email'];
$comment = $_POST['comment'];
$to = 'xxxxx@xxxxx.com';
$subject = 'New Contact Inquiry';
$message = $comment;
mail($to, $subject, $message);
?>

the jquery is embedded in an .aspx page (a language i'm not familiar with) but is posting to a php script. i'm receiving emails properly but there is no data inside. am i missing something? i tried to bypass the variables in this example, but its still not working.

View 3 Replies

Security :: Forms Authentication Failing With HTTP Error 403.1 - Execute Access Is Denied?

Feb 5, 2010

Using MS article http://msdn.microsoft.com/en-us/library/ms998317.aspx, I created a web site to develop a forms authentication solution for our web app. The server is Win 2003 w/IIS 6 and the app is VB.NET. The web.config was updated for forms authentication and settingsappear below:

<authentication mode="Forms">
<forms loginUrl="Login.aspx"
protection="All"
timeout="20"
name=".ASPXAUTH"
path="/"
requireSSL="false"
[code]...

View 3 Replies

JavaScript - Cross Domain Requests Using JQuery?

Sep 1, 2010

This is a followup question to the one here

Here's briefly what I am trying to do. The File server creates a text file to indicate an end of the process. On a webpage on the Web Server, I loop every x seconds and make an ajax request to find out if the test file exists (ajax request to [URL]

I've tried the following approaches so far:

Trigger a web method from the client side that creates a HttpContext object to verify if the text file exists. But this is too strenous on the server and I started getting all kinds of exceptions in the Event Viewer.

View 3 Replies

Jquery - Intercept / Get Notified About Asynchronous Requests?

Sep 20, 2010

I need to get notified about asynchronous requests in ASP.NET. I used the jQuery .ajaxSend global event but it does not trigger when using UpdatePanels.

Is there a multi-browser way to detect when a request is being made on a page?

View 1 Replies

AJAX :: Controls Failing To Load?

Feb 25, 2010

I have a website which uses the latest AJAX Control toolkit. On my pc, the website is loading perfectly well. The page makes use of a tab control and an update Panel - AJAX Control toolkit.Unfortunately when I uploaded the website online, on the shared web server, the website gives the following 3 errors (on IE) :

1) ASP.NET Ajax client-side framework failed to load
2) 'Sys' is unidentified
3) 'Sys' is unidentified

The page finally loads, however the ASP.NET Ajax controls do not load (Tab controls and UpdatePanel). The rest of the page loads perfectly well. I made some searches online, however still cant find a solution.

Facts:1. The site contains an Ajax Script Manager Proxy2. The web.config states that the site is not in debugging mode3. Tried to create a fresh new virtual directory and problem still persists. 4. On my Development machine the website is 100% functional.

View 3 Replies

WCF / ASMX :: How To Configure Webservice For Jquery Requests And Responses

Jan 23, 2011

I added a new asmx file, which start like this:

[Code]....

I have uncommented the ScriptService line to allow access from scripts.

What else do I need to set to make jquery connections?

Can I prevent access from outside my app? I only want to provide a service for signed-in users (web forms) via own webpage.

View 5 Replies

AJAX :: TabContainer Occasionally Failing To Draw?

Mar 2, 2010

Okay, so this is one of those annoying bugs that happens sometimes, but not with enough regularity to really root out.

Fair warning that I'm still just toddling in ASP.NET, so I could be doing something heartbreakingly stupid. Here's the gist:

I've got a page with the bulk of its content inside of a TabContainer from the AJAX Toolkit. There are a few page elements outside the TabContainer -- mostly just header/footer stuff from the master page. Sometimes the page will load (either initially or on a postback) and the TabContainer will completely fail to draw, leaving a mostly-empty page. Clicking "Reload" in the browser almost always makes everything appear as usual.

What would make a TabContainer occasionally fail to draw? How can I go about debugging this.

View 4 Replies

AJAX :: Attempting To Use Any Of The Control Toolkit Is Failing?

Sep 15, 2010

Attempting to use any of the control toolkit is failing for me. It seems to be failing on the official site, as well. All of the examples are broken, with a javascript error on the page. Here is an example:[URL]

View 8 Replies

AJAX :: Jquery Code On UserControls?

Sep 3, 2010

I have some user controls where I would like to add some javascript that uses Ajax and Jquery technology. Also these scripts should use Sys.WebForms.PageRequestManager.getInstance().add_endRequestand other functions of the Ajax framework.In the past I have added the related code to the hosting aspx page but it becomes a problem when re-using the same control in multiple aspx.

View 1 Replies

JQuery :: Ajax With WebMethod - Test Code

Nov 11, 2010

I use this test code and it works well :

JQuery
$(document).ready(function () {
$("#Result").click(function () {
$.ajax({
type: "POST",
url: "test-JQuery-Page-Methods.aspx/GetInfo",
data: {},
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (msg) {
$("#Label1").text(msg.d);
}
});
});
});
.VB
<WebMethod()> Public Shared Function GetInfo() As String
Return "test"
End Function

Now i try to pass an argument to the function but something is wrong in my code and i dont know what is wrong... :

JQuery
$(document).ready(function () {
$("#Result").click(function () {
var textj = 'test';
var jsonText = JSON.stringify(textj);
$.ajax({
type: "POST",
url: "test-JQuery-Page-Methods.aspx/GetInfo",
data: jsonText,
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (msg) {
$("#Label1").text(msg.d);
}
});
});
});
.VB
<WebMethod()> Public Shared Function GetInfo(ByVal infostring As String) As String
Return infostring
End Function

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved