SliderExtender not displaying
I have the following statements in the master page of my site default page: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="act" %>...
View ArticleUpdate panel requires click button twice
HiI have a button inside update panel which executes onclick code behind function.. The problem i face is needs to click button twice to execute the functionI was looking everywhere could't find any...
View ArticleControls collection cannot be modified because the control contains code blocks
The source of the problem happens when I add the Ajax Control Toolkit Tabbed Control to my page. I have some JavaScript on my page that looks like this:functionClientItemSelectedAtty(sender,...
View ArticleSliderExtender updating bound control with custom text
I have the following code in a user control:<asp:TextBox ID="txtChapter" runat="server" AutoPostBack="true" /><asp:UpdatePanel ID="upChapter" runat="server"> <ContentTemplate>...
View ArticleAJAX auto complete search box
have any example relly work after download for auto complete on asp.net C# code that interact with database. can share with me thx~
View ArticleWhy Update Panel With Timer in Master Page Refreshing Content(Child) Pages?
I've the controls below in master page. But after timer interval the entire contents on content page are being reloaded. Specially images and my watermark text. Can anyone help plz to fix this issue?In...
View ArticleBuilding vs2010 project removes ajax toolkit reference
Hi,I have created project in vs2010 & included ajax toolkit(3.5.7.429) reference.When i build project it removes ajax reference...Anybody knows reason please? Thanks,Priya
View ArticleHow to run different animations depending on condition?
Hi,I have two Panels, each containing a Label with text. The panels overlay each other. Label 1 and Panel 1 hide Label 2 and Panel 2 because they are on top.1. When user presses button, Label 1 and...
View ArticleErro ajax toolkit
I am using Visual Studio 2012 profession , i used NuGet to install ajax toolkit 4.5after using Accordion example from microsoft web sitehttp://www.asp.net/ajaxlibrary/act_Accordion_Simple.ashxi have...
View ArticleVisual Studio 2005 - What version of the tool kit can be installed
To install Ajax for Visual Studio 2005 framework 3.5What version of the tool kit can be installed, where can it be downloaded from and step by step instuction on how to install if neededThanksMyalo
View ArticleAsync File Upload always hanging
When I upload a file, it does go through all the code lines and then never comes out.It stays hanging.Excel File size is hardly 10 kb. There no any Panels added to code.<form id="form1"...
View Articlewhat is the different ajax auto-complete extender interact with database...
what is the differenct ajax retrive data from database work with webservice and without webservice
View ArticleWatermarks are not displaying after button click event and all controls are...
Watermarks are not displaying after button click event and all controls are in Ajax updatepanel
View ArticleAfter postback event all Javascript related functionality not working...
HI All,I have a business logic saying, if one dropdown control has changed then other control would be display. But any postback occured its not maintaining the current state. All controls are in ajax...
View ArticleMultiHandleSlider Problem with Min/Max Values Between 0 and 1
When I try to run with the below slider, it misbehaves. By that I mean that it does not error out, but it does not act correctly either. Below the code are three images for samples of the behavior....
View ArticleAsyncFileUpload created dynamically
I would like to create my AsyncFileUpload control dynamically in code behind and for the most part everything works well. However, one crutial part is missing. Intellisence doesn't give me the ability...
View ArticlePerformance Issue with asp.net page with telerik controls and ajax controls
Hi All,I have a page with ajax scriptmanager, and radgrid,radcomboboxes, ajax modal popup controls and few asp.net controls like linkbutton and hidden fields in it. Issue is that page is loading in 10...
View ArticleHelp On Ajax Modal Popup
Hi all, Please i need help on how to use the Modal Popup. What i want to achieve is this, I have a textbox and a button for Searching Purposes When the user types the search parameter and clicks the...
View ArticleAjax control DLL refrence missing
Hello Al,I have created my project in VS 2010 and i am using AJAX controll DLL.but my problem is that when i build my project some how AJAX DLL refrence was missing i means i will remove that DLL from...
View Articlefire javascript alert in AjaxFileUploadComplete Event( code behind) of...
Is it possible to show to user an alert message from code behind event AjaxFileUploadComplete of AjaxFileUploader control. If yes, how?Thanks for your help~ Rose
View Article