Tagged Questions

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).

learn more… | top users | synonyms

9
votes
6answers
27k views

ASP.NET Ajax Error: Sys.WebForms.PageRequestManagerParserErrorException

My website has been giving me intermittent errors when trying to perform any Ajax activities. The message I get is Sys.WebForms.PageRequestManagerParserErrorException: The message received from the ...
6
votes
3answers
1k views

What is the best free, Ajax.NET (System.Web.Extensions 3.5) compatible Rich Text Box control?

I'm looking for a good ASP.NET RichTextBox component that integrates fairly easily with .NET Framework 3.5 Ajax, specifically one that can easily provide its values from inside an UpdatePanel. I got ...
3
votes
2answers
107 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 ...
3
votes
1answer
2k 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" ...
3
votes
2answers
245 views

AJAX.NET and FIPS

We have a few sections of our application that are using AJAX.NET 5.7.25.1. Our server administrators have enabled FIPS and we are running into the following error: This implementation is not part ...
3
votes
1answer
217 views

Can somebody explain the differences, status and future of the various ASP.NET AJAX libraries and toolkits?

I'm confused about the differences and relationships between the various Microsoft ASP.NET AJAX components/libraries/toolkits and particularly the naming of them. It starts off relatively simple with ...
3
votes
1answer
3k views

$get() and $find() with AJAX.NET

I'm trying to follow the PageMethods example found here. However, I get an error when trying to call $get('Label1'). Since, Label1 is an asp:Label, it works if I call $get() with the ClientID. ...
3
votes
4answers
1k views

How to: Back button support “Ajax”

I have an asp.net ajax website, it full of things happen on the same page without page reload, such as sorting records, paging,... When the user go to another page in the same site and press the ...
2
votes
1answer
54 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 ...
2
votes
2answers
96 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 ...
2
votes
4answers
146 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 ...
2
votes
2answers
564 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 ...
2
votes
0answers
365 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
901 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" %> ...
2
votes
2answers
179 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 ...
2
votes
1answer
7k 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 ...
2
votes
5answers
3k views

JQuery Ui or AjaxControlToolkit?

I´m building an asp.net app, which technology I should use to get AJAX capabilities? And why ? By now I only need to use a Confirmation button into a gridview, but possible more features will be ...
1
vote
1answer
34 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 ...
1
vote
2answers
77 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 ...
1
vote
2answers
186 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 ...
1
vote
0answers
328 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 ...
1
vote
1answer
301 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 ...
1
vote
1answer
690 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 ...
1
vote
1answer
646 views

How to get the selected value from ajax.net ComboBox through javascript

I need to get the selected value from an ajax.net combobox throught javascript so that I can do some client side validation. What's the best way to do this? Thanks, I've been able to get the value ...
1
vote
2answers
795 views

Ajax.net update panels not working on mozilla firefox

Don't know why, but when making the postback for the control to update the ajax updatePanel it actually does the full postback of the page, it works fine on IE however with mozilla it reloads the ...
1
vote
1answer
468 views

AJAX/Javascript PageMethod.FunctionName, Trying to made this code reusable in ASP.NET

I have implemented AJAX for calling server side function using client side function call i.e Calling server side function using javascript tag by using PageMethod in javascript. I have few question ...
1
vote
1answer
130 views

ExtenderControlProperty two-way binding?

I am creating a AJAX Extender Control and would like to pass a value back to the server on post-back. Are ExtenderControlProperties two-way? If not, is there any way of making them two way?
1
vote
2answers
83 views

problem with ajax on update .net Framework 2.0 to .net framework 3.5 from VS 2008

I get a java script error on Internet Explorer when changing the index of a drop down list control inside a form. the error is: __EVENTTARGET is null or is not an object The code is auto generated by ...
1
vote
3answers
1k views

Ajax on Mono

Do you guys know about an ajax toolkit (or something similar to the m$-ajaxtoolkit) for mono??
1
vote
1answer
4k views

What's Page __EVENTARGUMENT?

I saw code like this: if (this.Request["__EVENTARGUMENT"] == "Flag") //DoSomthing... Whats __EVENTARGUMENT means and is there some parameters like it to access?
1
vote
1answer
5k views

Can I use UpdatePanel in MasterPage to wrap nested pages?

Can I use Update panel in masterpage to wrap nested pages so that when browsing from one page to the other client only gets a partial refresh (MasterPage doesn't get reloaded). If so - how? Do I Just ...
1
vote
3answers
423 views

Yet another About ajax.net update panels performance thread

Good day, we just moved from asp.net 1.1 to asp.net 2.0. We are using ajax update panels. In an Apress book (Pro asp.net 2008) , I've read that when you use the updatepanel, you don't reduce the ...
1
vote
2answers
935 views

Check if page is in partial rendering mode ASP.NET 2.0 + AJAX.NET

I need to determine in the page is loading in a partial rendering mode (when posting back from within an UpdatePanel). Any suggestions?
0
votes
0answers
19 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 ...
0
votes
0answers
21 views

ColorPicker inside GridView contains gaps

I have a problem with the ColorPicker of the AjaxControlToolkit: when I click the textbox, the color picker is displayed, but it contains some gaps inside it. I am unable to get all colors of the ...
0
votes
2answers
32 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
0answers
5 views

Unable to select text in UpdatePanel

Due to Timer Tick function I am unable to Select text using mouse/keyboard. For every interval my UpdatePanel is updated hence its not possible to select any text from that. I tried setting my ...
0
votes
1answer
57 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 ...
0
votes
0answers
17 views

Ajax - How to set call back from function equal a variable vs's onSuccess

I need to figure out how to get the code below equal a variable, vs the onSuccess function it calls, since I still have more code that needs to follow though and process. I also would need to pass ...
0
votes
2answers
72 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 ...
0
votes
5answers
88 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, ...
0
votes
0answers
111 views

Multiple UpdateProgress Run At Once

Ok So I had something working, made a clean up html change (I thought) without testing and now my results are not as expected... Ok so I have 2 separate dropdown's with dates. Each of these ...
0
votes
1answer
34 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
431 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
0answers
77 views

Ajax class is undefined

I am using Ajax to call cs page function from Javascript. first i have registered the class using Ajax.Utility.RegisterTypeForAjax(typeof(GuestBook_GuestBook)); and then the function ...
0
votes
0answers
110 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 ...
0
votes
0answers
25 views

ajax.net asyncfileuploadcontrol

I don't know what the problem is, i have a tab container and im trying to put the asynchfileupload control inside the tab. It shows, but the problem that im having is that the button of the ...
0
votes
1answer
316 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
0answers
282 views

Autocomplete extender AjaxControlToolkit.dll 3.5 don`t work, but 1.0 work

I download and install new version of AjaxControlToolkit but same code which work with 1.0, don`t work with 3.5. There is no any error, just don`t show content (autocomplete extender). What could i ...
0
votes
2answers
435 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 ...

1 2