The ASP.NET AJAX Control Toolkit is an open-source project built on top of the Microsoft ASP.NET AJAX framework

learn more… | top users | synonyms

0
votes
2answers
32 views

ConfirmButtonExtender doesn't cancel

I inserted this confirm button extender into my webpage. I have 2 option that is ok and cancel. When i clicked okay, it updates my database. But when i clicked cancel and also updates my database. ...
0
votes
1answer
20 views

Getting error about Controlls collection cannot be modified when using AJAXToolKit's calender extender

I am trying to add the CalenderExternder feature from the AJAXTool kit. When I add the control to my page, build, and debug I get the following error: The Controls collection cannot be modified ...
1
vote
2answers
28 views

how to get Text value of UserControl in Repeater Control itemCommand in asp.net

Hi I have developed usercontrol timePicker. Im using Bootstrap and Ajaxtoolkit 4 but not using updatepanel <%@ Control Language="C#" AutoEventWireup="true" CodeFile="TimePicker.ascx.cs" ...
0
votes
0answers
11 views

Upgrade from Web Site to Web Application changed how scripts are loaded

Error After the upgrade I am recieving the error AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ...
1
vote
1answer
18 views

How to change “Next” & “Previous” link icon in Ajaxtoolkit's CalendarExtender?

I created a web application with a calendar extender using vs2008. In viewing the calendar i wanted to change the images of the next and previous button inside the header of the calendar. is there ...
0
votes
2answers
176 views

show only month and year in ajax toolkit calendar extender

please help.. how to modify calendar extender display in ajax calendar extender to show only month and year, i mean the calendar view NOT the textbox text format, so i only select month name in ...
0
votes
0answers
34 views

Salesforce Custom Button AJAX-SOQL on Junction Object

Our requirement was to be able to update one Master object's fields on change of another Master's fields. Button Code: {!REQUIRESCRIPT("/soap/ajax/27.0/connection.js")} var queryString = ...
0
votes
0answers
27 views

Error Creating Control - CalendarExtender error

in my project i used AjaxControlToolkit CalendarExtender and it is working fine when i run it but at design time it show the error on CalendarExtender Tool i.e. what type this error and why does it ...
0
votes
2answers
48 views

ASP.NET Project deployed on a remote server requires a ScriptManager on the page

I built a project and I used a HoverMenuExtender on the page and for this I also added a ScriptManager on the page and my project is running successfully on my local system without any error but when ...
1
vote
1answer
60 views

ModalPopupExtender Error

i want to popup ModalPopupExtender in button click, but when i run my code and click on the button then ModalPopupExtender is not popup even i used all the required AjaxControlToolkit references for ...
0
votes
0answers
67 views

Gridview in Content template of accordion

here is the aspx code of the accordion. This code is used to fill an accordion from database. There are three major information one is a simple row object which is added to the header template but ...
2
votes
2answers
50 views

ASP.NET NumericUpDownExtender with button hold support?

Hi I am trying to get an "UpDown" button which allows the user to hold the increment/decrement button to quickly and easily increment/decrement a decimal value. I have been trying this using the ...
0
votes
1answer
29 views

AjaxControlToolkit ModelPopupExtender displaying left side of the screen instead of center

This is my code for ModelPopupExtender: <asp:View ID="ViewCDB" runat="server"> <div id="cdbupbar" style="padding:2px"> <asp:Button ...
0
votes
0answers
61 views

How can I modify the properties of DropShadowExtender in AjaxControlToolkit.ModalPopupExtender?

The AJAX control toolkit ModalPopupExtender comes with the Boolean property to turn DropShadow on or off. What I want to do is change the opacity of the DropShadow object for my modal dialogs but I ...
0
votes
0answers
70 views

showing child modalpopup from parent modalpopupextender

I am working on an asp.net application. I want have used ajax control toolkit's modalpopup extender inside ajax updatepanel. This modalpopupextender is opened from server side on click of a grid cell. ...

1 2 3 4 5 31
15 30 50 per page