Tagged Questions

0
votes
3answers
33 views

Use GET rather than POST for asp.net ajax call

I seem to recall being able to configure asp.net ajax using attributes on the methods to use an HTTP get rather than an HTTP post. Using a GET is possible isn't it? and to make this fun, which is …
0
votes
1answer
13 views

ASP.Net: Asynchronous Update Panel Loading with two update panels

Hello, I am trying to asynchronously display data in update panels on a website where the data retrieval tasks take different times. I would like to update each panel to show the data on the page …
0
votes
2answers
17 views

asp.net mvc ajax.BeginForm Redirecting

I dont think i quite get the Ajax functions in mvc, because i get this wierd problem. I got the following code which makes my ajax call, it is placed in a partial view with a productList: …
2
votes
2answers
71 views

How to Call an event when a specific item on CheckBoxList is clicked?

Hello guys, I've got a CheckBoxList, which is populated via .DataSource, getting some items from the database. Each one if this items got it's ID according to the ID on its database record. What I …
0
votes
2answers
40 views

ASP.NET AJAX: Creating a postback

I would like to cause a post back that occurs only once by inserting some AJAX into the page after a specific event occurs. Currently I have: string script = "<script language='Javascript'>" + …
0
votes
1answer
22 views

ASP.NET 3.5: Refresh some values in a UserControl when some action is performed in another UserControl

OK, this is my situation; I have a MasterPage. On the left hand side is a UserControl for navigation. In this UserControl I have another UserControl which shows details for the current "active" …
0
votes
2answers
34 views

Why does ASP ListBox take so long to render in AJAX update panel?

I have a problem when updating the source of an ASP ListBox in an AJAX update panel. When I set the source of the ListBox to a large dataset, I would assume it would take a small amount of time to …
0
votes
2answers
24 views

ASP .NET - CollapsiblePanelExtender does not work in IE7

I am running the ASP .NET AJAX Toolkit 3.5. I have setup a panel with a collapsablePanelExtender and it works in Firefox 3.5 but not in IE7! In IE7 all the "collapsed" panels never shrink - …
0
votes
1answer
27 views

Select DOM elements using ASP.net AJAX similarly to how Jquery does it

I'm trying to select a particular set of div elements and change their height properties to auto. The jquery code I use to do that at the moment is: $("div#TreeView1 td > …
0
votes
1answer
12 views

converting an ajax control to a drop down

Situation--> there are two ajax controls used.... The first one acts as a prompter, that is, the person types say a letter l in the textbox, and the options starting with l are diplayed for the …
0
votes
1answer
16 views

Startup Script Not Firing During Partial Refresh

I have a User Control, named MyUpdateControl, that fires a startup script - its HTML is simply: <div id="updatableArea"></div> The startup script is added in the User Control's …
0
votes
0answers
31 views

ModalPopupExtender - programmatic changes made to the settings of the related Panel have no effect

I have a popup extender linked to a panel as illustrated by the markup below: <asp:Button runat="server" ID="buttonViewQuestionPopupController" style="display:none" /> …
0
votes
1answer
19 views

AjaxControlToolkit.dll.refresh

What is the role of AjaxControlToolkit.dll.refresh file ?
0
votes
1answer
25 views

InvalidOperationException: PostBack Trigger Cannot Find a Control within the ItemTemplate of a DataList

Hi Group, I would like to trigger a PostBack when the asp:LinkButton "addToCartButton" is clicked (see code below). I have declared a PostBack Trigger with the asp:UpdatePanel "updPnlProductsList" …
0
votes
1answer
36 views

asp.net - validation error

im getting this error when i click my radio button, what is the solution for this------ invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page …

1 2 3 4 5 54 next
15 30 50 per page