Calendar Ajax is not work properly
i am am using calender ajax on textbox but postion is not work properly when i am click on textbox then calender shown on the top of page.my code is:<asp:TextBox ID="txt_Cdob" runat="server"...
View ArticleAjaxClientTemplates
Where can I find the most complete docmentation for AjaxClientTemplates (I've seen Dino Esposito's MSDN Magazine article)?
View ArticleAjax: Autocomplete and Highlight Work in IE but not Chrome or Firefox
I am using ajax to filter a list of data on one field. There is a textbox with a 'search' button at the top of the page.The search will filter the list on the string entered into the box, then...
View ArticleAjaxFileUpload ContextKeys
Are the ContextKeys ever going to become functional? And will the be editable via javascript before the file is sent for upload? I see in the sample that ContextKeys is a property but it's not...
View ArticleAutoComplete extender & Sanitizer?
I am pretty new to the whole sanitizing and was wondering if there is a way to sanitize the input for an AutoComplete Extender? So far all I have read points to an Ajax sanitizer for the HtmlEditor...
View Articlehow to call user control server side method from javascript
Friends, I have tried that call usercontrol's(.ascx.cs) server side method from usercontrol(.ascx.cs) client side. But that's not call server side method. I have done the same in .aspx. Its working...
View Article'this._postBackSettings.async' is null
okay, the error 'this._postBackSettings.async' is null is thrown when the below script is executed in what I am assuming is script from the ScriptManager. // If the postback happened from outside an...
View ArticleAJAXControlToolkit ComboBox gives error 'this._postBackSettings.async' is...
I am attempting to use the ComboBox control from the toolkit and it appears to be broken right out of the box. Here is my code:<%@ Page Language="C#" AutoEventWireup="true"...
View ArticleAutoComplete Extender Not Working while Upgrading to Latest AJAX Version
Dear Experts,I have this scenario:I have a web application which was earlier on .net 2.0 Framework. But due to the hosting server configuration I moved my project to .net 4.0.. Still no problem. The...
View Articlemodel popup dialog close when execute server side code
Hi Friends,I am using AJAX model popup dialog to show Add some information into database. In that screen there is a button called "DB List". On the click event of DBList button, I am executing server...
View ArticleDynamic TabContainer
I have an AJAX TabContainer on my page starting with one default tab. I can add new tabs to the page from the c# codebehind without issues, but when I do anything that causes a postback, it crashes and...
View ArticleSend two additional parameter to wcf service from autocompleteextender
<div>Dear frends,</div> <div></div> <div>I want to Send two aditional parameter to wcf service from autocompleteextender.</div> <div>for that i used code...
View ArticleAjax Toolkit not working
Dear Sir, I have a one web portal. The web portal name is http://www.constructionmarkets.com/. In which I am used Ajax Control Toolkit that is not working in last 10 days and no errors shown when...
View ArticleError creating control in textbox watermark
i am using ajax watermark on textbox but it show an error "Error creating control in textbox watermark"code:<cc1:TextBoxWatermarkExtender ID="TextBoxWatermarkExtender2" runat="server"...
View ArticleAjaxmethod not found on client side ( ashx ) file
Hi,I have implemented a ajaxmethod in asp.net application. It works fine on .Net framework 4.0. Now i am trying to implement it in project running .Net framework 2.0. It is running fine on my local...
View Articleupdate panel with gridview + scroll position and fixed headers
Hi,I placed gridview control in update panel control. Scrollbars and fixed headers are working fine. My issue is programatically I am selecting row based on condition. Since the grid is in fixed height...
View ArticleAjax - timer continue working when pressing F5 althogh we stopped it on page...
Hi,I have ceheck box when it cfecked on OnCheckedChanged event I set the timer as follow:_timer.Enabled = true; and when is unchecked _timer.Enabled = false;In checked mode i redresh the label with...
View ArticleExtender controls must be registered using RegisterExtenderControl() before...
Hi all, I am binding gridview using the below code if (ipColl != null && ipColl.Count > 0) { gvServices.DataSource = ipColl; gvServices.DataBind(); } StringWriter Sw = new...
View ArticleAjax resources error
I am getting the error below when I open a new aspx page I just created in an existing web site using VS 2010 and Net 4 framework after adding a ListView to the page.Could not find any resources...
View ArticleGetting toolkit to work
I downloaded the control tookit for version 3.5. When I open the samplewebsite everything works fine. What I did now is create a new web application project in visual studio 2008. I copied the stuff...
View Article