The ASP.NET AJAX Control Toolkit is an open-source project built on top of the Microsoft ASP.NET AJAX framework
0
votes
0answers
19 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
16 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
43 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
30 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
32 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
43 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
27 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
44 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
42 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. ...
0
votes
1answer
98 views
How to switch among tabs with the Ajax Control Toolkit TabContainer?
I have 3 ascx controls loaded in one aspx file as a tabbed manner. I have one button in first ascx control. If the button is clicked then I have to move to next tab. How to move to next tab?
0
votes
0answers
27 views
ModalPopup for dynamic objects
In my ASP.net website I have dynamically created a ImageButton named "Logout". Is it possible to use the ID of this Logout button as the TargetControlID for the ModalPopup(AJAX).
In HTML Page :
...
0
votes
2answers
90 views
Error The length of the query string for this request exceeds the configured maxQueryStringLength value
Hi Im developing a web application its working fine but yesterday i had a problem when i click a link it gives error
The length of the query string for this request exceeds the configured ...
0
votes
1answer
95 views
ASP.NET Ajax AutoComplete Not binding values?
Iam using AJax: AUtoComplete in asp.net
Iam using WebMethod for the same page,
That webmethod is getting called and its returning values too.., But those values are not getting bind to the ...
0
votes
0answers
21 views
AjaxControlToolkit.Sanitizer is not working with HtmlAgilityPack 1.4.6
I am using HtmlAgilityPackSanitizerProvider in my asp.net 4.5 website application.
I want to use latest HtmlAgilityPack 1.4.6 but the asp.net ajax control toolkit SanitizerProviders giving me error ...
0
votes
0answers
28 views
AJAX Control Toolkit CascadingDropDown - Hide empty option when populated
Is it possible to hide the empty option in a CascadingDropDown when it has been populated from the webmethod? I want to force the user to select a value.
Thanks in advance!
/Adam
0
votes
0answers
71 views
Button click event in user control gets called automacitally when parent page is loaded?
I have a page, parent.aspx, which includes a user control, csForm.ascx. This user control is just a simple form with a send button at the end. I am also using Modal Popup Extender from AjaxToolKit to ...
0
votes
1answer
101 views
control height of ajax toolkit autocomplete in asp.net(vb)
i have text box and i want it when i start typing the autocomplete will show the suggestion. this is my html code
<tr>
<td valign="top" align="right">
...
0
votes
0answers
23 views
ajax toolkit rate fires twice in onchange event
client code
<ajaxToolkit:Rating ID="ThaiRating" runat="server"
CurrentRating="2"
MaxRating="5"
StarCssClass="ratingStar"
WaitingStarCssClass="savedRatingStar"
...
2
votes
3answers
213 views
IE10 AjaxToolkit Tabpanel error
My tabpanel works fine in pretty much all the browsers.
One of my clients complained about IE 10
You basically cannot switch to an other tab like this.
It gives an error, something like:
SCRIPT5022: ...
0
votes
0answers
103 views
AJAX Control Toolkit Autocomplete Extender not working
aspx code
<asp:TextBox ID="TextBox1"
placeholder="Search By Title,Area,Tech,Type,Project Category,Date&year"
runat="server" Height="40px" Width="719px"></asp:TextBox>
...
0
votes
2answers
69 views
Control button visibility depending on active tab on AjaxToolKit:TabControl
I have an ASP.NET page containing a button, an AjaxToolKit TabControl and two TabPanels. I would like to have the button enabled, when tab #0 is selected and disabled, if any other tab is ...
0
votes
1answer
240 views
ModalPopupExtender show method does not work from code-behind javascript
I have an ajax modal popupextender which I would like to show using java script at the end of some processing in the code behind. I get the message
Error: Unable to get property 'show' of undefined ...
0
votes
2answers
98 views
jquery losses binding when partial post back occurs in update panel
I m using two dropdown on the selection of one Drop down i m filling second dropdown.i m using update panel to restrict full post back.but when i select one drop down my js binding losses control over ...
0
votes
1answer
158 views
How to select a value from CSV in an asp.net ajax toolbox autocomplete and pass that value to other textbox?
I have used Ajax toolkit autocomplete working fine using the following asp.net and C# code.
<asp:UpdatePanel ID="updPnlMedicineName" runat="server" >
<ContentTemplate>
...
0
votes
1answer
99 views
Second modalPopupExtender doesn't cancel postback on validation error
Problem with multiple ModalPopupExtenders in the same page, each requiring validation. For some reason I'm not seeing, the validation on the second fires (i.e., the error message displays), but the ...
0
votes
3answers
243 views
Call a c# function from JavaScript in asp.net [duplicate]
i have one function, which is named as callData() inside the c#. Now i want to call this function from JavaScript. I don't need any operations on JavaScript. Just i want to call that function. In this ...
3
votes
1answer
33 views
Prevent Drop down list from closing
I am using ajax toolkit -> Dropdown extender and have a gridview inside a dropdown list..
it is working quite well except for one massive problem.
Each time i do something(click on a control inside ...
0
votes
2answers
106 views
How to get selected dropdownvalue in AjaxFileUpload onuploadComplete event?
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="test"%>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" ...
2
votes
3answers
176 views
How do I get the height of a tabcontainer using jQuery or javascript?
I have a tabcontainer within an accordion.
If the tab I am on is shorter than the tab I switch to, I have to scroll to see the content on the new tab.
I want to be able to "catch" the height of the ...
0
votes
2answers
215 views
How do I find an AjaxToolkit TabContainer in the code behind?
I have a tabcontainer in a repeater. When the page builds I want to set the active tab. How do I find it in the code behind?
This doesn't work:
AjaxControlToolkit.TabContainer tc = ...
1
vote
2answers
188 views
CallendarExtender is not a known element
I have two pages with the same code for ´UpdatePanel, ScriptManager and CalendarExtender, in one of them, theCalendarExtender` is working fine, but in the other, it's giving me this error:
...
0
votes
1answer
135 views
Ajaxtoolkit not working when using masterpage .net 4.5
I am using .net 4.5 . I have ajaxtoolkit code that works when the asp.net page is not using a masterpage. when i place the same ajaxtoolkit code inside a page that's not using a masterpage, the code ...
0
votes
1answer
315 views
ajax fileupload not working in ie
Able to upload files using modern browsers like Internet Explorer versions 9,10, Chrome, Firefox. But no response when used outdated browsers like *Internet Explorer versions * 6,7,8.
HTML Source:
...
0
votes
1answer
118 views
Could not load file or assembly Microsoft.Web.Extensions Version 1.0.61025
I was trying to install ajax in my website. But i got the following error. I am using asp.net 2.0 and the steps i followed are as follows.
Downloaded and run the the ASPAJAXExtSetup.msi from the ...
0
votes
1answer
86 views
AutoComplete in AjaxToolKit
I want to use AjaxToolKit AutoComplete feature.
The syntax for the tag is:
<ajaxToolkit:AutoCompleteExtender ID="autoComplete1" runat="server"
EnableCaching="true"
BehaviorID="AutoCompleteEx"
...
0
votes
0answers
81 views
Adding AjaxToolkit extender dynamically during partial rendering
Ok, so I want to dynamically add a textbox and calendar extender when asked. This is a result of a specific button click within an update panel.
I'm assuming I need to register something with the ...
1
vote
0answers
245 views
Dynamic TabPanels with nested listviews (having dynamic items) asp.net
I have TabControl(AjaxToolKit) having 2 Nested ListViews.
code:
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:TabContainer ...
1
vote
1answer
367 views
Using Ajax Accordion with Repeater
I have a Repeater control and now want to add it to an Accordion. It doesn't seems to work. How can I go about doing this?
My Repeater:
<ajaxToolkit:Accordion ID="accordion1" runat="server" ...
0
votes
0answers
145 views
<asp:UpdatePanel > doesn't work inside a table <tr>?
I have a problem getting an <asp:UpdatePanel..> to work inside a <table>.. <tr> </tr> structure and I don't know why. When the UpdatePanel is commented out everything works ...
0
votes
1answer
158 views
JS populated AJAX ToolKit ComboBox causes error: “SelectedIndex which is invalid because it does not exist in the list of items”
When using javascript/ajax to repopulate the options in ComboBox B based on the selection in ComboBox A, selecting an item in B with an index > original set of indexes causes the error:
"'...' has a ...
0
votes
0answers
122 views
ajaxToolkit AutocompleteExtender's popup doesn't move on scroll
I have two divs, on the left a search area and on the right descriptions and other text. And sometimes the div on the right get's longer than the page's height. So I have a javascript function that ...
0
votes
0answers
213 views
ASP/AJAX Tab Control Not Displayed on Website but Showing Up Fine Locally
I am just starting with the ASP programming. Wondering, what is the best approach to figure out what is wrong? I added a tab control from the ASP.NET/AJAX Control Toolkit. It works great locally, but ...
1
vote
1answer
536 views
AJAX Calendar Extender showing wrong date
I have an aspx page with a master page. The master page contains the asp:ScriptManager. The aspx page's ajaxToolkit:CalendarExtender has quit changing the month of the date in the textbox. The textbox ...
0
votes
0answers
56 views
Weird issue when adding an update panel
I have a ASP .Net user control. All it does is display the appropriate panel when a button is clicked. It is then added to the Default.aspx page (if it matters then it is using a masterpage).
...
0
votes
2answers
134 views
Ajax toolkit not working
On my developer environment ajax toolkit is working good. Rendering textbox as sliders. All good. But when I'm putting it into the web host, it's not working. The textboxes are left as well and ...
0
votes
1answer
184 views
AJAX Toolkit AutoCompleteExtender with PageMethod: 401 Unauthorized error
I am trying to implement an autocomplete function on a textbox which pulls data from our database using the AutoCompleteExtender from the AJAX Toolkit. The textbox and control are on a user control ...
0
votes
1answer
654 views
ASP.NET AJAX: button inside an updatepanel causes the OnClick event to fire before window.onbeforeunload
aspx:
<script type="text/javascript">
window.onbeforeunload = function (e) {
if (unsavedData()) {
return "Exit page?";
}
}
function unsavedData() {
...
0
votes
1answer
185 views
ASP.NET Table Causes 500 Error after PostBack Occurs
Good day! I've spent quite a few hours trying to figure this one out and now I need some help.
I have an ASP.NET AjaxToolKit TabContainer which has four TabPanel children. Each of these children has ...
3
votes
3answers
223 views
Calender Extender in Ajax toolkit not working properly in ASP.NET Content Page
I am implementing a project in asp.net with calender extender of Ajax toolkit.
The calender extender is used in the content page. But it is not correctly showing the calender. The calender is ...
2
votes
1answer
115 views
Ajax tool kit's AsyncFileUpload control is triggering dom ready
I am using asp.net ajax tool kit's async file upload control on my page to upload images. It is working fine but on upload it is triggering jquery dom ready function which is totally redundant because ...





