The ASP.NET AJAX Control Toolkit is an open-source project built on top of the Microsoft ASP.NET AJAX framework.
0
votes
0answers
6 views
how to add custom font name and font size in ajax html editor extendor?
how can i add "Segoe UI" font in Ajax html editor extendor? i searched lot and find the option to customize Editor only but not able customize Editor Extendor. could any one tell me how do overwrite ...
0
votes
0answers
11 views
UpdatePanelAnimationExtender
I have a search button and a grid view control which is inside the update panel!! i am using updatepanelanimationextender to fadeout all the control when the search is happening and show a progress ...
0
votes
0answers
15 views
How to rename every file uploaded to folder using Ajax Control Toolkit's Ajax File Upload?
i am using ajax file upload to upload multiple images in one shot and i store them all in the same folder . But how do i edit their names for example i uploaded 3 files , i want to rename them as : ...
0
votes
1answer
24 views
Edit value then tab change or leave page show message
I am trying to show popup message when user edit any value , i want to give popup prompt. I am following this site for the help. Its calling only when i am trying to move to some other page. ii have ...
0
votes
1answer
30 views
Jquery change,Click on checkbok does not work in ajax popup
My modulpopupextender along withhtml
<%-- Display Popup Start --%>
<ajaxtoolkit:modalpopupextender id="DisplayPopUp" popupcontrolid="divEChartDisplayPopUp"
...
0
votes
1answer
29 views
How to create multipe column on ajax auto complete?
I create a table for searching items on ajax auto complete, I want to design like that(Table-1):
There is my web service code:
[WebMethod]
public object[] GetResult(string prefixText, int ...
0
votes
0answers
10 views
AjaxControlToolkit.AjaxFileUpload
I'am using AjaxFileUpload control in my asp.net form application. One of the file contains ‘&’ symbol with file name like this AFFILIATES & RESELLERS_id_2.gif.I don’t permission to change the ...
0
votes
0answers
62 views
Multiple controls with the same ID 'xyz' were found. FindControl requires that controls have unique IDs
I have a single aspx page in my web-app which shows some asp.net charts/tables/repeaters etc.
Now, when the user access the page and leave it idle for some time and click
submit-button or ...
0
votes
3answers
39 views
Access child page controls from base page
Inside my ASP.NET application all my web content pages are derived from a base class which is derived from System.Web.UI.Page. Inside this base class I need to get some controls found in one derived ...
0
votes
1answer
37 views
Cannot “find” Repeater inside a nested Accordian
I have an Accordion nested inside an Accordion. I wasn't sure you could even do that, but you can! It works. However...
In the inner Accordion, I have a repeater. When I try to set the ...
1
vote
1answer
26 views
Prevent postback on server-side property change
I have a simple CalendarExtender (from AjaxControlToolkit) attached to a textbox.
<asp:TextBox ID="StartDateText" runat="server" MaxLength="10" Width="70px" AutoPostBack="True" ...
0
votes
1answer
10 views
UpdateProgress panel for Gridview behaves different for button vs linkbutton
Howdy Fellow Stackoverflowians,
I'm seeing some odd behavior here and I'm hoping someone know a reason as to why. If it matters I am using the AjaxControls for 3.5 not 4.0.
Real basic set-up; I ...
0
votes
1answer
24 views
ASP.NET UpdatePanel Issue Maintaining Page Scroll Position With Cascading DropDownLists
I'd really appreciate some help on this issue. I've scoured SO and Google looking for a solution to this problem and haven't found anything that works 100%. Here's my problem (bear with me on the ...
1
vote
0answers
25 views
Autocomplete Extender ajax on pressing enter key
I have created Ajax autocomplete extender on my web page that retrieves the values from the database.
When I select one of the options from the autocomplete dropdown list I get the desired result.
The ...
1
vote
2answers
37 views
Better replacement for ShowModalDialogue
Currently in my website, I am displaying a ShowModalDialogue to display a warning. Recently I have been asked to modify the behavior of this as belows :
Earlier behavior :
I used to just show a ...
0
votes
0answers
40 views
Disable button when ajax updateprogress is in progress
I am working on an asp.net page. It has an ajax updatepanel a button , an ajax progressbar and a gridview inside the same updatepanel. My progress bar looks like this:
<div ...
0
votes
0answers
59 views
Update selected value for Ajax Calendar Extender when the value of the textbox it is extending changes
I am trying to figure out the best way to update the selected date value of my AJAX calendar extender when the textbox it targets has its value changed.
Right now, i add a onchanged event handler in ...
0
votes
1answer
54 views
Textbox Date Rendering Truncate Leading 0 part - ajaxToolkit CalendarExtender
I have a textbox in a aspx page. The value for the textbox is set in code-behind. When I put a break-point the text value set is “06/03/2013”. But it renders as 6/3/2013 inside the textbox.
...
1
vote
0answers
35 views
The assembly AjaxControlToolkit does not contain a Web resource that has the name 'jquery'
I have a project in ASP.Net 4.5 Web Forms. When I run the project locally, it works fine. But when i deploy it I get this error:
The assembly 'AjaxControlToolkit, Version=4.5.7.429, ...
0
votes
1answer
76 views
using jquery inside ajaxcontroltookit's modal popup extender
I am having difficulty using jQuery's draggable functions inside of an ajaxcontroltoolkit's modal pop up extender. If i use this code outside of the panel that gets extended, it works fine but once ...
0
votes
2answers
82 views
Ajax ComboBox Change event in javascript/jQuery
I am using an Ajax Control Tool Kit Combobox in my project. I want to trigger a change event when I change the value of the Combobox. I goolgled it a lot but there are no proper solution.
The ajax ...
0
votes
1answer
32 views
get row and column name value when I click in a gridview cell?
I have a gridview as shown here
As you can see, it is a gridview which shows a report where section are rows and options are columns. I would like to know if there is any possibility to get the ...
0
votes
1answer
27 views
.net website in iis7 not rendering correctly on one server but is fine on another
I am trying to deploy an asp.net 4.0 website that uses web forms to 2 different windows 2008 servers running iis 7. On the first machine it is deployed to everything works great however on the second ...
0
votes
1answer
27 views
ModalPopupExtender and dropdownlist
I have the following code on my page:
<asp:ModalPopupExtender ID="mpLabelCheck" PopupControlID="pnlModal" TargetControlID="lstCategory"
OkControlID="btnOK" runat="server" ...
0
votes
1answer
25 views
AsyncFileUpload catch async postback
I'm trying to catch the asyncpostback after my file was uploaded with the AsyncFileUpload control of ASP.NET.
Code is here: http://ideone.com/aU9sQ3
hint: code is small and is around only about mine ...
2
votes
2answers
31 views
Asp.net displaying the same date in two ajax calendar_extender
I have a problem with some ajax calendar extenders. I have similiar 2 calendars and two textboxes that are each linked to one calendar.
<asp:TextBox ID="txt1" ...
0
votes
2answers
46 views
Ajax AutoComplete in the form form of gridview
I'm having a textbox with ajax autocomplete extender
I'm extending TextBox1 with Ajax AutoComplete Extender and populating it with the help of WebService.
My requirement is that instead of a ...
0
votes
2answers
109 views
AjaxControlToolkit: error raising upload complete event and start new upload
When using the April 2013 AjaxControlToolkit I receive the error:
0x800a139e - JavaScript runtime error: error raising upload complete event and start new upload
When trying to upload a file ...
0
votes
0answers
34 views
AutoCompleteExtender not working after deployment
I have several AutoCompleteExtenders for my gridview textboxes, they work perfectly on my computer but after I deployed it on server the auto complete doesn't show anything and no error as well. I ...
4
votes
1answer
39 views
ModalPopupExtender as a Status Box
I have a ModalPopupExtender that I simple want to use as a Status Popup for when there is a long running background tasks.
<script language="javascript" type="text/javascript">
function ...