Click here to Skip to main content
15,890,609 members
Everything / Ajax

Ajax

Ajax

Great Reads

by Steve Krile
Fully AJAX-enabled user control used to select names from a database in a drop-down format.
by Member 4206974
FormGen, a JavaScript Form Generator
by Evoluteur
A full jQuery UI widget which supports various configurations and themes
by Arthur V. Ratz
Use HTML/CSS/JavaScript/Ajax for creating a simple lightweight Windows Vista/7 sidebar desktop gadget

Latest Articles

by Member 4206974
FormGen, a JavaScript Form Generator
by Mehul M Thakkar
.NET library to call server side method or API from JavaScript
by Manoj Mohan 07
Use Django to visualize download stats of Python packages and gain insights into package popularity and usage trends
by The Ænema
In this article, you will learn an easy way to protect your critical code logic in electron-based applications using a C++ native library.

All Articles

Sort by Title

Ajax 

27 Jun 2011 by Jeevanrao
Hi All,When i am biding data to the girdview i am getting an error message as shown bellow.Sys.webforms.pagerequestmangerservererrorexception:transaction(process ID 55) was deadlocked on lock resources with other process and has been chosen as the deadlock victim.Regards,Jeevan.
27 Jun 2011 by Arindam Tewary
Hi,Please check following links which might help you,http://forums.asp.net/p/1069384/1555817.aspxhttp://msdn.microsoft.com/en-us/library/bb397479.aspxhttp://stackoverflow.com/questions/239669/sys-webforms-pagerequestmanagerservererrorexception-12031
27 Jun 2011 by OriginalGriff
Read this: http://blog.sqlauthority.com/2007/05/16/sql-server-fix-error-1205-transaction-process-id-was-deadlocked-on-resources-with-another-process-and-has-been-chosen-as-the-deadlock-victim-rerun-the-transaction/[^]Without more information, it is not possible to be more specific.
27 Jun 2011 by sriman.ch
Well What I understood from your question is as follows. In general sql server organizes data in tables in a specific manner. If there are 1000 users operating on the same table it allowed but all they are updating/editing the same record or similar records then sql server allows in first come...
19 Apr 2013 by Necmettin Demir
"How to series" about MVC, jQuery, JSON, paging, mapRoute.
11 Aug 2015 by Member 11072126
Hello All,I am using jquery ajax to populate a whole form on selection of an item. The form contains 4-5 dropdown lists and 3 checkbox list and few textboxes. So, I planned to bind the values using c# from code behind instead of writing fucntions in jquery itself for each dropdowns / The...
11 Aug 2015 by DamithSL
A static method cannot access non-static class level members and also static method doesn't have access to members like UI controls because it is not a part of that instance.you can get the data from your web service and populate grid using that data by your jquery method. check below...
28 Apr 2014 by The Doer
I am developing a web application using telerik and Ajax. Ajax Version-4.5.7.1213 VS-2013I have added the ToolScriptManager to Master page and hence whenever my master page runs it pop up with a file search as to find the toolScriptManager.cs file. And end up with the message as...
29 Apr 2014 by SRKarn
have you add ScriptMmanager on your page?
25 Apr 2011 by Wayne Ye
"Unique URL Pattern" in Ajax Web Application
16 Oct 2006 by azharkhan
This article provides the steps to solve the "Unrecognized Tag" problem for an Atlas control.
13 Nov 2012 by David Cabrea
how I can get my application to work like that gmail adding and reading the # in the urlHelp please
13 Nov 2012 by Sergey Alexandrovich Kryukov
This is nothing but standard URI "fragment identifier": http://en.wikipedia.org/wiki/Fragment_identifier[^].So, there is nothing specific to gmail or facebook. One little twist is the combination with the index file naming schema, which creates the URLs of the form...
6 Aug 2015 by Empetor
function loadData() { allTasks = CallAjax('/Plan/GetTasks'); backlogTasks = getTasksByState(1); resolvedTasks = getTasksByState(2); closedTasks = getTasksByState(3); $("#listBacklog").ejListBox({ dataSource: backlogTasks }); .................. ...
6 Aug 2015 by F-ES Sitecore
Follow the documentation\instructions for implementing the ejListBox plug in, they are usually on the site you got it from. You will be missing a script tag, or have the script tags in the wrong order\location.
7 Aug 2014 by Prasad Avunoori
Hi,I am using jquery-1.11.1.min.js.In my page i also have some ajax calls. Jquery not working after ajax call. For this i used $(document).ajaxComplete(function(event, xhr, settings) { JqueryBinder(); });But, ajaxComplete() is not being...
8 Oct 2013 by Md. Tarek Showkot
Jqery Code:$("#moviesearch").keyup(function(){ var m_name = $(this).val(); alert(m_name); if(jQuery.trim(m_name).length
17 Jul 2014 by vj231
We have faced a problem before a day. we just call a web API from ajax post method and post XML data but its give us error 403 (Forbidden).No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin please give us suggestion for how can we access and get response in XML...
9 May 2016 by TarunShrivastav
I am working in a classic ASP application and there is a page which uploads file on the server from the client machine. For files less than 6 mb it is working fine but whenever i am trying to upload a file of size>5 MB it is giving the below error. Request object error ASP 0104 : 80004005 ...
9 May 2016 by TarunShrivastav
The issue got resolved by the following steps : I went to IIS manager, selected website then under IIS selected ASP and then Limit properties and set 'maximum requesting Entity body limit 20000000 then clicked on Apply'
11 Dec 2011 by Mohankumar.Engain
Dear sir,Inside panel control I have 3 fields,1. Name2. date and3. ageand using modal popup extender ajax controlAbove fields are validate using AJAX controls,and then click SUBMIT Button.Button not fired,"Button not fired when I validate ajax control against TextBox...
11 Dec 2011 by Code 89
Please add CausesValidation="false" for Button_Preview and check. or else use this You are using validators,try this
30 May 2012 by preet88
i'm getting 'Sys' is undefined error while using update panel of asp.net.can anyone let me know why this is happening.i was also using jquery in same project.thanks in advance.
30 May 2012 by Sandeep Mewara
If you use VS2005 the problem is generally because of web.config configuration. Add the following configuration in web.config in system.web section.
19 Jan 2014 by Polammadhava
When Run My webpage I get this Error. In page References I Add AjaxControltoolkit Dll version(4.1.7.1213).How Can i resolved that Issue.
19 Jan 2014 by Gitanjali Singh
Have you tried using a newer version of the AjaxControlToolkit? In 3.5.7.123 and this problem doesn't exist.Also, you might want to take a look at this solution:http://forums.asp.net/p/1209962/2132128.aspx#2132128[^]
3 Feb 2023 by j ton
I see this on web, I want to try myself but stock - .py (can get sql data and pass on index_test_0203.html) import mysql.connector import webbrowser import time import pymysql from flask import Flask,render_template,request app =...
2 Feb 2023 by Richard MacCutchan
I suggest you take a look at Welcome to Flask — Flask Documentation (2.2.x)[^], and work through the tutorial.
3 Feb 2023 by Burhanchaudhry
Yes I trieed this solution in CMD prompt and this is the answer that it gave me, it gave me this as a result not to sure but I tried to execute the code and it didn't properly work out. The code you provided would just give me a repeated error...
17 Dec 2008 by thund3rstruck
Writing and using cross platform AJAX in ASP.NET applications.
12 Jun 2013 by VIP Venkatesan
Hi Friends, Suggest me some Best Chart examples for dot net.. I've worked on with MVC Json Charts,HighCharts very long months ago.. But i've not any idea about charts in aspx. Plz suggest some attractable Charts.Thank u..
12 Jun 2013 by Ahmed Bensaid
ASP.NET 4.0 Chart Control[^]
12 Jun 2013 by Zafar Sultan
I have used This[^]. Fantastic control and free.
5 Nov 2018 by harun_119
Guys I'm facing with an interesting problem.I have 2 file: ShowRecord.aspx and Ekle.aspx .In Ekle.aspx I have a web form like the pic http://prntscr.com/8tl55z[^]And In ShowRecord.aspx I have a gridview which I can print values my in database.http://prntscr.com/8tl5kk[^]When user...
20 Oct 2015 by Afzaal Ahmad Zeeshan
Quote:Code always saves the records to the database.Which means that the code for ajax is working fine, as it sends the data to other page (or wherever ajax is submitting the data) then the problem comes is that response is not shown. The problem, any problem that you may encounter in web...
5 Nov 2018 by Bryian Tan
You need to post some code for anyone to better assist you. Anyway, by reading at your post, sound like the code is firing two request to the server, sometime the save record get there first and sometime the print request reach first (that why it blank). Not clear how your code currently look...
23 May 2022 by TheBigBearNow
I been having some major issues with this, I feel like this shouldn’t be so hard but.. I am trying to be able to open a link which brings pictures to the browser to display them. I have this working. What I am trying to do is when someone opens...
1 Dec 2020 by octavia81
I'm quite new in .net core. Learning in progress and i'd like to know how much do we need to know ajax, jquery, javascript if we want to get certain level proficiency in .net core web application. I have good enough knowledge in bootstrap css and...
1 Dec 2020 by Afzaal Ahmad Zeeshan
.NET Core is a backend technology in a web development stack, while JavaScript, jQuery (and other derivative technologies, such as Ajax) are for the frontend. If you are hands-on with JavaScript, why not go with Node.js? Node.js[^] If you are...
20 May 2020 by raddevus
Post to your Web API via the XmlHttpRequest - learn how to set up headers, data for body, etc.
20 May 2020 by raddevus
A quick article to walk you through building your .NET Web API and posting to it via AJAX (using JSON)
4 Nov 2013 by SimbarasheM
A .NET v4 Library for converting DataTable row(s) to JSON String for WCFServices
31 Aug 2010 by Livio Francescucci
How to create an ASP.NET gridview AJAX enabled connected with WCF SOAP and REST webservices.
22 Jan 2010 by Alaa-eddine KADDOURI
This articles describes the newly implemented features in version 0.4.0: client events, third party extensions, and resource management.
3 Mar 2008 by Samuel Davidson
Customizable .NET poll control.
30 Jan 2008 by Omar Al Zabir
10 easy ways to make ASP.NET and AJAX websites faster, more scalable and support more traffic at lower cost
2 Jul 2018 by mbarsott
It is common wisdom that in order to understand complicated things, we need to break them down into smaller parts. If you want to understand complex security systems, you first need to have a good grasp on the basic security concepts, so let's begin from the start...
23 Mar 2010 by Eunge
The article introduces how to easily develop business solutions in RapidWebDev through developing a product management system with the special requirement step by step.
7 Apr 2011 by Sandeep Mewara
You are looking for a 'Cascading dropwdown'Google it, try to implement and then post specific issue that you face. BTW, Here is what is expected by enquirers:1. TRY first what you want to do!2. Formulate what was done by you that looks like an issue/not working. Try them and...
20 Feb 2010 by Shivprasad koirala
4 steps to consume web services using Ajax (Includes Video tutorial)
20 Oct 2018 by Yogi S.
This article explains how useful the jQuery Load method is for doing AJAX calls in our web projects. I will explain the 4 ways/situations where you can use this method and create astonishing great feature for the users.
25 Mar 2019 by Member 14171287
while iam trying to use this jQuery. im facing "401 Unauthorized" error in Chrome & firefox debugger. i just want to capture the image using webcam and save/display. What I have tried:
28 Nov 2012 by Member 9445358
I am trying to make several hyperlinks be the target control of a popupcontrolextender. Right now the hyperlink1 triggers everything correctly, but i need to have the panel1 and panel2 popup, with data dynamically filled, for the other links as well. Here is the code:
29 Nov 2012 by Member 9445358
Sorry. dynamic method was referencing ".asmx.cs" and needed to be ".asmx"
8 Jun 2012 by surabhikalra
I am getting 404.15 error in ss string i am trying to send xmlstring generated for my html form elements and values
8 Jun 2012 by vyas_pratik20
hi ,this might help you link^]
17 May 2016 by hussainasdsd
i created a wcf service in asp.net for phone gap application where i will access those method using ajax in phonegap.. method working on Working Linkbut when i am tring same method locally it giver 405 error:Request URL:http://www.halawiat.com/Services/Service.svc/GetCustomersRequest...
17 May 2016 by Debendra0256
That is CORS related issue .these problem you might face when your WCF service is hosted in one domain and your client in another,There are several tricks are there to fix this issue,as i have worked in WEBAPI there are several document available in net by which i fixed the issue.Please check...
8 Mar 2023 by TUTUL HOSEN
I have set the meta and header for ajax setup and already done a action with ajax. But this time at same place I have faced the error. I can't find out my problem. What I have tried: var per = new Array(); ...
8 Mar 2023 by Richard Deeming
A 500 error means something went wrong in your server-side code. We can't see the code, and we can't see the details of the error, so we can't tell you what the problem is. You will need to debug your server-side code to find out what went...
7 Aug 2017 by prapti.n3
My webservice is not getting called. I am getting 500 internal server error. what should i do? This is the HTML coding: $(window).load(function () { $.ajax({ type: "GET", data: {}, url: ...
7 Aug 2017 by Karthik_Mahalingam
try like this Web Service c# using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace WebApplication135.services { [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo =...
26 Oct 2022 by SadeqHatami
hello,i want pass data in $.ajax but when i run project i get null data in c# code and get 500 Internal Server Error in inspect elementmy code is :function refreshTime(options) { $.ajaxService({ url:...
15 Sep 2013 by Mehdy Moini
Quote:The 500 Internal Server Error is a very general HTTP status code. It means something has gone wrong on the website and webserver is unable to specify what exactly, thus failing in fulfilling the request made by the client. This is not related to client and the fault is in the...
11 Jul 2018 by Member 13908024
Hi, I had similar result, but my problem was solved just refreshing my entities/adding what my controllers need it. One of them didn´t have a stored procedure that was called. Hope this helps someone scratching his head.
11 Jun 2011 by Omar Al Zabir
Learn the principle behind Microsoft's new Doloto and 6 other cool techniques that I did in Pageflakes to load large amounts of JavaScript without compromising performance
26 Feb 2014 by Member 10629226
I need to make two columns in table one with username and second with password and a select box with userids when a user click on user id the username and password is displayed in table
10 May 2015 by rupai99
Hi, I need to Send and Receive JSON objects to Web Service Methods using jQuery AJAX in ASP.NetBut when ever I am executing the below code, getting [object Object] error. Please help.Html code:- ...
10 May 2015 by F-ES Sitecore
Use the browser's dev tools (f12) or Fiddler to examine the network traffic as it will often reveal the actual error. You need to mark your webservice as a script service[System.Web.Script.Services.ScriptService]public class testservice : System.Web.Services.WebService{ ...
25 Sep 2013 by Thanks7872
Use TimeSpan.Compare(start time,end time)TimeSpan.Compare Method[^]Based on the returned value,make the decision.Regards...
25 Sep 2013 by Harshil_Raval
Hi,Try this.//suppose you want to fire this validation on button click. function test() { var val = new Date().format('MM/dd/yyyy'); var val1 = document.getElementById('').value; var val2 =...
25 Sep 2013 by Rick van Woudenberg
The previous solutions are correct. You could also so something like :if ((DateTime)endtime