I have just installed Mono on my server aspx pages are working fine however when i try to run ASP.NET Ajax application i am having the weird error popping up.
Error: ASP.NET Ajax client-side framework failed to load.
Ref : http://xdzyne.com/aspTest/Another2.aspx
Now i did a little research on what the exact problem could be. I happen ...
Hi all,
I don't find any property of DropShadowExtender in Asp.net(3.5) AJAX control toolkit to set shadow color. How to change the shadow color.
Please help.
Thanks.
...
Hello,
How can I embbed all the scripts needed by the CalendarBehavior in a page, without actually using the server-side control (CalendarExtender). The reason I can't use a server side extender is that I have a page with, possibly, hundreds of Date controls; I want to be able lazy-load the calendars as needed (when the user clicks in t...
I have a ModalPopupExtender from the AjaxControlToolkit that is working properly in Firefox, Chrome and IE8, but when I run it in IE8 Compatibility mode, it pops up behind the content of my page, rather than on top.
The popup is in a user control that's rendered by the Masterpage. What I think is happening is it's popping up in front of...
Hi
I've created an ASCX control with a GridView and a DetailsView associated to the GridView, both have a DataSource associated.
The ASCX works fine when there's only one in the page, as soon as I add the second one (both with distinct event handlers and parameters) I start having problems with the second control.
The first control ke...
Hello. I am using the AutoCompleteExtender on a commercial site. My problem is the users are quickly typing in part of a word and immediately pressing "Enter" which causes the AutoComplete control to NOT come back with a list of suggestions. For example, if my database has the phrase "Texas, United States" in it but the users just type "...
I need a combobox for an ASP.NET project, so I decided to use the Ajax Control Toolkit combobox (http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ComboBox/ComboBox.aspx).
I don't want to use the postback as I don't want the page reloaded, but I need to know when the text in the textbox is changed so I can call out to the server to per...
I'm attempting to use the AJAX Control Toolkit's Rating control in a DataBinding scenario.
I have a ReuseRating column in my database that is a tinyint. It can hold values 1 through 5. Every record in the table has the value set to 1 currently.
If I do this in my ItemTemplate everything works fine. I get 1 star filled in on my rating ...
Hello,
Today i faced a pretty weird problem, made of a stored procedure, an autocompleteextender and event handling. If anyone can suggest a concise title for the following saga, please do!
First i'll try to introduce the players (some parts are a bit abridged) and then the scenarios. Environment is VS2008, C#, SQL Server 2005 and ASP....
Generally i saw any registration form the textboxes are filled with for example Enter first name or Enter Last name here like that how can i write like that. Is it javascript?
can u tell me how can i write that like that help me thanks
...
Our team has been using Microsoft's AJAX Toolkit since the days of Atlas. In a bit of naivety we missed the jQuery/Prototype phenomenon until a month or two back. Until now, we have always associated the concept of Ajax with Microsoft's toolkit.
In reading up on jQuery I'm seeing a whole new side of Ajax that I was only vaguely aware ...
The Ajax Control Toolkit's tab control loads all tabs on page load and displays the currently selected one to the user. Is there a way to make it load the tabs only when the user activates the tab by clicking on the tab button for it? I'm wanting to improve load time because there is quite a bit of stuff on each tab, and each of them req...
I have a requirement in a web application to duplicate the winforms combobox, with both the ability to select from the drop down list and to type text into the control. I've been looking at the AjaxControlToolkit combobox control since it gives the two behaviours along with other nice things like autocomplete.
This is working fine but I...
I'm trying to validate the content of the HTML Editor using an ASP.net custom validator control. The idea is to check that some content has been input - the same way a required field validator works.
In the ClientValidationFunction="SomeFunction" I reference this function:
function SomeFunction(source, args)
{
var editor ...
Hi all,
In have my application configured in asp.net.
I am using ajaxcontroltoolkit. After building the application, it creates lot of folders like ar,cs,de etc.... and it contains ajaxcontroltoolkit.dlls,
I don't know why it creates this many dlls.
Can anyone please help me to get out of this?
...
I am using the new AsyncFileUpload control from the latest AjaxControl ToolKit.
My query is regarding the OnClientUploadStarted event which is fired before the upload is started. Is there any way to cancel the upload, as I am checking the fileExtension at this point and would like to cancel the upload so that it does not continue and go ...
Hi
I've just downloaded the new AjaxControlToolkit from codeplex to give the much anticipated AsyncFileUpload control a go, but unfortunately it has fallen at the first hurdle...
I have put it on a fairly simple page called uploadFile.aspx which takes a url argument:
uploadFile.aspx?myDbId=1
In the page load, it's doing stuff with R...
Hi,
I am writing an application that requires a user to upload files to the server machine. All user interaction with the user is done via JQuery UI modal popups. I created a test page to see that the AsyncFileUpload control works, and everything works fine on it. I added the AsyncFileUpload to the webform that I need it on, in a modal ...
I get the above exception after downloading and trying to run the latest Ajax Control Toolkit.
I get the exception in ClientCssResourceAttribute.cs, line 28. Anybody else getting the exception?
...
I need to use few of the ajax control toolkit in asp.net mvc
say, Validator CallOut,ModalPopUp.
and even i need to put a gridview in an update panel?
can anybody give any valuable link so that i can look into it?
...