i want to do smething like this.i show my shoppingbasket's content in a gridview. i add numericupdownextender to show product number field. i want this. when i up or down the value of numericupdownextender, a javascirpt functionthat i wrote will work.can i control this control lie this?
i looked for this. but there is no detailed sample or article.
I am adding a numericupdown control in a template column in a gridview.I bind the grid on a button click event...but the the up and down controls do not appear...just the textbox that I use for the extender.
I have an AJAX NumericUpDown Control that takes a decimal. If I put in 1.30, it removes the zero. I do not want to remove the zero, it must remain at 1.30.
A demo of this can be found here: [URL]
For example, enter 1.30 in the text box then tab out or click somewhere else. The zero is removed.
i have used your code to export <div> to pdf & it works fine but when i am using a ajax controls in a <div> tag then it gives me error message i.e :-
Extender control 'CalendarExtender2' is not a registered extender control. Extender controls must be registered using RegisterExtenderControl() before calling RegisterScriptDescriptors().Parameter name: extenderControl
I am tring to use Jquery autocomplete into my asp.net 2.0 application, I have all necessary file in place, I tried to worked on , but it seems like this is not working,can some one tell me that is asp.net 2.0 application without using AJAX toolkit works with Jquery autocomplete or it does not work?Note: this is plain asp.net 2.0 web application, it is not using AJAX.
I'm Using Ajax POP UP Extender Control ... and The Panel Which will appear in The POP UP Has Data List ... Inside That DataList i have Image Button For Each Item In Data List.... When I click in any Image Button in That DataList ......I Get That Error At run time Microsoft JScript runtime error: 'this._postBackSettings.async' is null or not an object
... My ASPX Code is
[Code]....
And I put that code inside update panel and ToolkitScriptManager
I am using ajax calendar extender to select the dates.I want to disable all the dates less than today. Means the user can't select those previous days ie the dates should be shown in grey color and users can't select it.
I'm using ajax calendar extender to store an event in database. I also need the time of event, when i select the date.. Is there anyway to display both date and time using ajax calendar extender?
I want to authenticate a user using model popup extender. So I wrote a program to do this. Everything OK when user enter the correct details. But user enters the wrong detail, it should shows in a lablel in a popup panel. It shows; but the problem is it close the popup . But I want to keep the popup if the user enters the wrong details. How can I do this?
Does the Ajax Calander extender work with "ScriptManger" or Do I have to use ToolkitScriptManager? For some reason calander extender doesnt work with script manager but does work with ToolkitScriptManager. ( But I do not want to use ToolkitScriptManager).anything wrong with the below code.
I just downloaded AjaxControlToolkit and followed [URL] to install it. Then I tried to follow [URL] to learn how to use the toolkit. But no matter what I do I'm stuck at adding an Extender. I added a ScriptManager and a button to the page as instructed but when I click on the button, there is no smart tag ("Show Smart Tag" is disabled"). I thought it might be the button so I tried Calendar and all I get is the "Auto Format" smart tag.
Microsoft Visual Studio 2008 Version 9.0.30729.4462 QFE Microsoft .NET Framework Version 3.5 SP1
I can't seem to find a solution to the problem I have above. I'm already using the full version of VS2008, and downloaded the latest AJAX Control Toolkit.
I am coming across one problem with auto complete extender in my application, problem seems to simple but i can't find any satisfactory solution. In one form, i have set auto complete extender on one text box, i have set one web service, in which one function is there, which fetches existing records from db, on first load, if i write releavent words with that of db, i can't see the extender, but if once either i minimize the page or give tab despite AutoPostBack property of text box is false, then after writing something in text box shows me the extender.
Here are the properties of both text box and extender
I have some Ajax Extender written in V3.5 and working fine with Ajax Control Toolkit 3.5.Now my project needs to move to AjaxControlToolkit v4.0.It has been found that whole design of AjaxControlToolkit solution has been changed.We no longer have js file with class file in AjaxControlToolkit project, instead they are in ScriptOutput folder.Does anyone have idea how can I use my extenders written in v3.5?
i am using VS2008 pro an ajaxtoolkit3.5...i am able to use other tools but whenever i am trying to add a tabextender its not displaying in the browser...do i have to do something in my config file ???here is the code :
I have the calendar extender to popup a calendar when I click in the textbox and works fine. Then I added the maskededit extender so I can make sure they enter the date right. But when i run it, only the maskededit extender is wokring although both are attached.