Tagged Questions

0
votes
4answers
39 views

ASP.NET Ajax Toolkit: What is the maximum number of items in ComboBox?

Hi everyone. Im building a small form using ComboBoxes with lots of items, and it seems after exactly 510 items added, the ComboBox stops working, and the combo button is hidden. Is there any maximum …
0
votes
2answers
38 views

Strange js array assign bug in IE8

This code causes a strange bug in ie8. It comes from MicrosoftAjaxAdoNet.js in link text function Sys$Data$_AdoNetBatchWriter$startChangeSet() { this._changesetBoundary = "changeset_" + …
0
votes
2answers
32 views

ASP.NET MVC 2 Preview 2 under Mono in Linux

I am actually successfully running a production website with ASP.NET MVC under Mono in a Ubuntu LTS Linux. This server is located somewhere in the cloud and it rocks! Today, I have tried to make it …
0
votes
2answers
25 views

Ajax extension in .NET 2.0 ?

Question: If I want to use ajax extension with Visual Studio 2005, i have to download ajax extensions. Now here's my question: Do I need to do this only for development, or do I also need to install …
0
votes
0answers
18 views

The server method ‘methodname’ failed.

I have strange error when calling WebService/C# from javascript. The server method 'GetGoogleToken' failed. No details, no stacktrace. On server, I set breakpoint - everything works smoothly and I am …
0
votes
0answers
26 views

IE6/IE7 FREEZE ASP.NET AJAX 1.0 IN ASP.NET 2.0 APP.

Hello community! I´m having frequent problems with Asp.Net 2.0 application that contains the following features within the same ASPX: PageMethods Ajax calls. ASCX who manage their own state, …
0
votes
0answers
13 views

ADO .net Data Service error ‘undefined’ is not a supported HTTP method in IE8

Edit1:This error is caused by this bug and solved. I am using ASP .net Ajax Library and their CDN. The code is like this var dataContext; Sys.require([Sys.scripts.Templates, …
0
votes
0answers
13 views

AsyncPostBackTrigger disables buttons…

I've a simple UpdatePanel and a button outside of it. I've introduced the button as an AsyncPostBackTrigger in the UpdatePanel. UpdatePanel itself works fine but the button does not. Whenever the …
0
votes
1answer
33 views

AJAX Control Toolkit Collapsible Panel in SharePoint

I am trying to use the AJAX collapsible panel inside a user control which is loaded onto a Webpart in an AJAX enabled SharePoint site. I don't have any issues with using AJAX overal but I am having …
0
votes
1answer
27 views

Double postback causes SelectedIndexChanged to fire which fires AutoPostback

I have a Gridview in a UpdateTemplate. I have four template fields in the four different columns. Each TemplateField has an UpdatePanel with a control in it. All the columns are sortable and the …
0
votes
0answers
25 views

Drag-and-drop accordion panels? (ASP.Net)

Hello, I have a set of accordion panes(dynamically created) contained in an Accordion control. Basically, what I am wanting is for the user to be capable of dragging these accordion panels so that …
0
votes
1answer
15 views

Telerik RadGrid won’t show ‘0’ values when client binding to JSON Object

If I populate a RadGrid control using a JSON object and GridBoundColumns client-side, properties that contain a '0' value do not display at all. If I change those values to 1 (or anything else), they …
0
votes
1answer
18 views

Where to get the “latest” ASP .NET Preview DLL and Script

I have been trying to download the ASP .NET AJAX Futures but I can only see old versions of the DLL via sample tutorials from other websites. I need the DLL to use the Drag and Drop feature according …
0
votes
2answers
26 views

An update panel, a postback and jQuery

An update panel, a postback and jQuery. Sounds like a bad joke, but here's my situation. I've got two grids wrapped up in a MS update panel. The grids each have buttons in them that cause postback …
1
vote
1answer
34 views

Can’t Deserialize a Nullable KeyValuePair from JSON with ASP.NET AJAX

The following class does not deserialize (but does serialize) using System.Web.Script.Serialization.JavaScriptSerializer. public class foo { public KeyValuePair<string, string>? bar …

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