ASP.NET AJAX is a set of extensions to ASP.NET implementing Ajax functionality. It is developed by Microsoft and is released under the Microsoft Public License (Ms-PL).
1
vote
2answers
43 views
CalendarExtender saying the wrong date is selected, possibly timezone related
I have a page with a TextBox and a CalendarExtender that is supposed to allow me to detect what date is selected. However, this is reporting the date that isn't selected.
<asp:TextBox ...
1
vote
0answers
108 views
How can I prevent a RadGrid from reloading when child TreeView node is expanded/collapsed?
I have an ajaxified RadGrid with a child RadTreeList in the NestedViewTemplate. The data for both comes back as it should.
Expanding an item on the RadGrid works fine and reveals the RadTreeList ...
0
votes
2answers
187 views
With the Ajax Control Toolkit, how would I go about programmatically creating an accordion control that is resizeable and drag/droppable at runtime?
I was trying to generate a resizable and drag/droppable ajax control toolkit accordion control programmatically, but am running into some problems.
First, can it be done?
Second, my approach is not ...
1
vote
2answers
2k views
Invoke ASP.NET TextChanged event from JavaScript using __doPostBack
Like many others, I'm trying to invoke a .NET control's server-side event from JavaScript.
Specifically, I want to fire the TextChanged event on a TextBox named txtSearch. Therefore, I'm looking to ...
0
votes
0answers
151 views
“on mouse over” event not firing for polygons using .NET Google Map Control
I'm using .NET Google Map Control API which is a custom ajax.net control wrapper for the Google Map API. on the server side I'm extracting polygons from the database and assigning client and server ...
0
votes
1answer
115 views
How can I switch to a different ajax on a click of an ASP.NET button server side?
I have a set of tabs in a tab container that I can move between freely by manually clicking on the tabs or by using a javascript; however, what I want to do is to switch between tabs using an ASP.NET ...
0
votes
3answers
697 views
asp.net UpdatePanel not working correctly
Im using an UpdatePanel to refresh a datagrid with some search results but is not working and the whole page goes in postback. i hope somebody can help me, cant get this to work right. . Thanks. Here ...
0
votes
1answer
54 views
How can I dynamically create an ASP:Button that causes no postback inside an UpdatePanel?
I have a page some 2 ASP Tabs and with an UpdatePanel on the first tab. Inside the update panel (on page_load), I dynamically create a table that contains rows with cells for an image, some text, and ...
1
vote
3answers
65 views
Casting objects coming back from Ajax
I'm using AJAX.NET and C# ASP.NET
My Soldier class is a type of Person class.
[WebMethod, ScriptMethod]
public static Person getPerson(int personId)
{
return ...
2
votes
2answers
2k views
Call .NET method asynchronously and bind to grid upon completion
Container.RetrieveItems() calls a service which takes a while so I would like to call it asynchronously (after the items are retrieved they are set to the List property of the Container class). Upon ...
1
vote
2answers
408 views
GridView - add formatted child rows from Ajax call that matches the rendered grid
I have an asp.net webforms site with a rather large GridView. The GridView is rendered from a filtered list of data objects.
Some of the data objects have children of the same type.
In my GridView, ...
0
votes
0answers
204 views
asp.net ajax long running process not responding back to the client
I have a long running process in an asp.net/ajax call. At the end of the process I'm assigning the result to a Label, but by the time the process is done, it appears the server can no longer assign ...
1
vote
1answer
1k views
AJAX not working in ASP.NET
I have .NET 4.0 and .NET 2.0 installed in my computer I tried running a AJAX.NET application with Asynchronous Triggered Timer Tick function and my page is reloading i.e. (Asynchronouspostback is not ...
0
votes
2answers
102 views
jQuery class changed only acts once
I am changing button style when through jQuery when a button is clicked.
Below is the code.
<script type="text/javascript">
$(document).ready(function () {
$("#btnDiv ...
0
votes
1answer
459 views
problems with asp.net ajax and .net 4 TypeForAjax is undefined
After changing my target framework from 3.5 to 4, I had the symptoms and followed the steps described in http://dotnetspidor.blogspot.com/2011/09/last-time-i-got-following-error-http.html
Now I get ...
2
votes
1answer
386 views
Asp.net application page hanges/freezes while loading
I have web application using asp.net 3.0 and ajax update panels, web services ... The web page randomly freezes and could not find any error.
Here is a simplified Question: A user select a patient ...
3
votes
2answers
2k views
How to trigger an UpdatePanel by a TextBox control?
Consider the following code:
<label>Search:</label><asp:TextBox runat="server" ID="search" ClientIDMode="Static" OnKeyUp="$('#searchButton').click();" /><asp:Button ...
0
votes
2answers
660 views
Interacting with a web server using AJAX and c++/cli
I am writing a desktop program which I want to register on the first use through the web. on the registration it should get a message from the website of ok or not-ok.
I think that this interaction ...
2
votes
2answers
597 views
asp:AsyncPostBackTrigger post-backing on fire.
I am using AJAX.NET's update panels in the below manner. My code works perfect with .NET framework 4.0 but for some strange reasons I have to use this application in .NET framework 2.0 When I tried to ...
0
votes
5answers
199 views
AJAX.NET Asnycpostback not working
I created an AJAX.NET application and I am running my application with the help of <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, ...
1
vote
2answers
942 views
ASP:Labels not updating on button Click
I know this is probably something so simple that I am just not able to see it. I have an aspx form that has a usercontrol in an updata panel. The user control is a people picker the searches on ...
0
votes
1answer
126 views
Problem with calling jquery ajax in asp.net
i am having a strange problem, while calling ajax jquery in asp.net.. i am getting the parseError, and this is not expected, because everything is in place.
below is my webmethod.
public class ...
0
votes
1answer
890 views
With Ajax Update panel, ScriptManager.RegisterStartUpScript is not working if placed in page_onerror
I have a requirement to show user an alert box when there is some exception happened at page level (For different exceptions message is different).
In page I had two update panels and trigger based ...
0
votes
1answer
362 views
UpdateProgress not working with download file
UpdateProgress not working with download file. Please see below code, in this code i have used updatepabnel ans updateprogress.
on btngen click i am downloading a excel file.file is downloading but ...
-2
votes
2answers
139 views
What is the Fastest .net web solution?
Most of my experience has been with designing layouts, JavaScript and Silverlight but I am looking to create a very fast .net web solution.
I am curious what the fastest .net solution would be to ...
0
votes
1answer
1k views
ASP.NET ICallbackEventHandler and ASP.net Ajax updatepanel
i would like to use ajax UpdatePanel and ICallbackEventHandler on one page. Each will handle individual part of page, they are not related to each one.
If I remove UpdatePanel, ICallbackEventHandler ...
0
votes
2answers
2k views
ajax modalpopup extender showing data from server on show
Perhaps my understanding of the Ajax Modal popup is not correct. What I would like to do is to retrieve some data from the server and show it on the modal pop up when the user clicks on a button on ...
0
votes
2answers
65 views
Why does this SetInterval code work for making Ajax requests?
I have this code:
setInterval(sendAjax('search', 'q'), 100 * 10);
Which I thought would work to execute my function sendAjax(param,param) every 1 second.
However, this is not the case. It only ...
0
votes
1answer
131 views
Enabling Ajax on Sharepoint
What I have?
I have installed Windows SharePoint Services 3.0 on my PC to work on it locally. I deployed an external Web Part which loads RSS feeds and shows the posts' titles, links and descriptions ...
0
votes
1answer
392 views
how to display escape sequences in JSON in Java script text box
I am sending a JSON object from a servlet to JSP using AJAX. My JSON object contains a String value inside. and that string contains double quotes within that. My JSON does not parse it. I get the ...
0
votes
1answer
627 views
What is the difference between ASP.NET Ajax 4 and Ajax Control Toolkit
I'm not able to find a clear explanation about the difference between ASP.NET Ajax 4 and Ajax Control Toolkit.
Do they are the same library from MS?
Also using the ScriptManager EnableCDN property ...
2
votes
4answers
200 views
Migrated Web Forms Application .NET 2.0 -> 3.5, new infrastructure - Images Not Caching in IE 6
I have been migrating a .NET 2.0 web forms application to use .NET 3.5 and a new infrastructure. There is a GridView inside an UpdatePanel, with an Actions column which contains icons to perform an ...
0
votes
1answer
128 views
“Server method 'x' failed” when leaving the page during an ajax.net request
I'm getting an "server method 'x' failed" in FireFox when I'm in the middle of an AJAX.NET request and I leave the current page.
It seems to be generated by MicrosoftAjax.debug.js, line 5475:
result ...
1
vote
2answers
699 views
jQuery .find(selector) troubles when selecting ajax.net element
I'm trying to find an ajax.net extender element with a dynamically generated ID. I'm trying to wire up an event handler to close all ajax.net modal popups when 'escape' is pressed. I'm confused why ...
3
votes
1answer
5k views
ASP.NET - Update panel in Master page, refresh button in Content Page
I have Update panel in Master page:
<asp:ScriptManager id="CartScript" runat="server"></asp:ScriptManager>
<asp:UpdatePanel id="CartBox" runat="server" ...
4
votes
3answers
2k views
Sessions in Asynchronous design
We are building a AJAX enabled web application that makes multiple asynchronous requests to the server. Each of these server requests are long running server tasks with each returning back a JSON ...
0
votes
1answer
94 views
Update one updatePanel without Updating the other?
I have two updatePanels, each with a label and a button. I want to click on button 1 and it updates label 2, without updating/refreshing updatePanel 1 at all. Is this doable? Because button 1 is in ...
2
votes
0answers
754 views
WebResource.axd and ScriptResource.axd weird behaviour
I am building a website, to be used primarily in my internal network. I am facing a very frustrating problem with AJAX .NET. To explain the problem, first let me detail out my environment.
I am ...
2
votes
1answer
4k views
calling vb pagemethod from ajax
Hi
I have a simple aspx file with 2 text boxes and an ajax autocomplete extender attached to textbox2
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="test4.aspx.vb" Inherits="test4" %>
...
0
votes
1answer
310 views
ASP .NET MVC 2 - How do I pass an object from View to Controller w/ Ajax?
I have an object MainObject with a list of objects, SubObjects, among other things. I am trying to have the user click a link on the View to add a new SubObject to the page. However, I am unable to ...
1
vote
1answer
704 views
How to open a modal popup extender with a gridview
I want to open a Ajax ModalPopup extender control which contains a gridview.I searched thro Google, but I couldnt find a proper solution. Can anyone send me a sample codebase for opening gridview in ...
0
votes
1answer
446 views
<asp:updatepanel> is not present in Asp 2.0 aspx page
I am using ASP 2.0 web application. I have installed ASP 2.0 Ajax Extender 1.0. Then I opened the web application to use UpdatePanel. However, element is not present. I am able to use Ajax Tool kit ...
0
votes
2answers
2k views
Startup script registered with ScriptManager.RegisterStartupScript is not rendered to page
I have a call to ScriptManager.RegisterStartupScript in ASP.NET 3.5 that isn't being rendered to the page and I can't figure out why:
System.Web.UI.ScriptManager.RegisterStartupScript( Page
...
2
votes
2answers
323 views
ASP.NET Conversion to Fully AJAX Based Application
I am in charge of converting an ASP.NET web application into fully AJAX based application. I know Javascript and Jquery very well.
Initially I thought to point every anchor tag's click event to JS ...
1
vote
1answer
475 views
MVC 3 Ajax.ActionLink How to get the status code in the onFailure handler?
In the action called by an Ajax action link, I need to throw an HttpException based on the current conditions. Depending on those conditions, the HttpException has a different code.
How do I get the ...
2
votes
1answer
11k views
Ajax.BeginForm driving me crazy
ASP.NET MVC3
I have a partial view that is initially rendered inside a div. The following is the partial code:
@model Venue.Models.Validation.CustomerRequestModel
<script ...
0
votes
1answer
626 views
html editor in asp.net ajax 2.0/3.5
can i make html editor of asp.net ajax 2.0/3.5 to read a rtf file from a directory?
can i if yes then how please?
0
votes
2answers
1k views
Lazy loading a user control - ASP.NET
I am using the lazy load approach for loading the user control content by using the timer method outlined here:
...
0
votes
1answer
1k views
Ajax is undefined
This is my code. When I run this I get an error: "Ajax is undefined". The error line is highlighted by black letters.
function funGetName()
{
var id=document.getElementById("Cust_Id").value;
...
1
vote
1answer
2k views
JQuery AJAX post to asp.net webmethod never getting called
I have a web method in one of my aspx pages:
[WebMethod]
public static string AddDebt(int userId, int type, string description, float amount)
And in the aspx page I have the JQuery
...

