Loading pages in a portion of a page without reloading the entire page
Hi, Currently I am developing an website where I have to provide AJAX functionality without reloading the entire web page for a particular portion of a page possibly within div tags. That is clearly, I...
View ArticleProblems with ReportViewer, ScriptManager, and ICallbackEventHandler
I am having problems porting a screen from 32 bit (SQL 2005, WinServer 2003, IIS 6) to 64 bit (SQL 2008, WinServer 2008, IIS 7.5). This screen uses BOTH iCallBackEventHandler and a Reportviewer...
View Articleajax error {"Message":"There was an error processing the...
I calling a local asp.net web service via an jquery ajax call. I'm getting an error, which in Fiddler comes back as {"Message":"There was an error processing the...
View ArticleAutoComplete can't working. Would someone help?
Hi All, I have search some documents from web and try to develope the autocomplete by myself. However, it can't work and I really can't find out what the problem is. Would someone give me some advice?...
View ArticleUsing a Repeater to Dynamically Display Multiple TabPanels
Dear All I have a TabContainer and I would like to dynamically display a number of TabPanels in it according to the number of records retrieved from my database. I was really hoping to use a Repeater...
View ArticleDragPanelExtender BehaviorID Javascript Errors
In some javascript I have var DragPanelExtender = ['<%=FormView1.FindControl("Panel1_DragPanelExtender").BehaviorID %>', "<%=Panel2_DragPanelExtender.BehaviorID%>"]; I get the following...
View ArticleCalenderExtender Language changing on postback
Hi , On the server only because on my development computer it is okay, on postback, my CalendarExtender language changes event if I put EnableScriptGlobalization="true" in the ToolkitScriptManager tag....
View ArticleIssue with AjaxModalPopUpExtender and IFrame
Hi Team, I face a rare issue which is currently not available in the google search. I have a ajaxmodalpopupextender which uses an iframe to open another page in the application with a master page. The...
View ArticleUpdatePanel won't trigger SelectedIndexChanged event when default index is...
I have a RadioButtonList with a default selection (i.e., Selected="true") and AutoPostBack set to true. In addition, I have an ASP.Net AJAX UpdatePanel around a separate control to be...
View ArticleSend Request Back to Server Without Interrupting the User Experience
I have an image on a web page that when clicked changes the style of a div from 'none' to 'block' effectively showing the additional information. When the user clicks the image, I want to track the...
View ArticleAjaxFileUpload in IE9
I have created a simple file upload application with the AjaxFileUpload control. When I run it from my local computer with IE9, using the Select File button I can select one file at a time and do that...
View ArticleProblem with FileUpload control
Hi All, I have a situation where I have a Asp.Net FileUpload control and a Button control on the page. There is also a UpdatePanel on the page which encloses some div tags. The problem is that whenever...
View ArticleAutoCompleteExtender not working with URL Routing
Hello Friends. AutoCompleteExtender is not working with URL Routing. when i am commenting the the RegisterRoutes then AutoCompleteExtender is works. i mean that with URL Routing AutoCompleteExtender...
View ArticleHow to Implemen coun down Timer ?
Hai all Forums member Iwont a Count Down timer . In that timer display only hour minute seconds then get value from data base . then Not refresh in button click event... I dont know how to implement it...
View ArticleAnimationextender
Hi- I am trying on a button click event to code programmtically an animationextender for a reason. The code that follows triggers the lblMessage1 with the text assigned. However I don't see any...
View ArticleCalendarExtender and Localization
I have been developping a website using AjaxControlToolkit for weeks and it's no time to install it on a server. No issue with this (for the moment) except something wrong with CalendarExtender. I have...
View ArticleButton click event not firing in ModalPopupExtender
In my MasterPage, I created 2 buttons 'btnMenu1', 'btnMenu2' and a LinkButton 'LinkButton1'. If I click on 'LinkButton1', a ModalPopupExtender will be shown. There are 2 button in ModalPopupExtender,...
View ArticleExtender error
If I try to add an extender in design mode I select the control from the dialog, but when I press OK I get and error - Unable to reference extender assemply AjaxControlToolkit..... If I add the...
View ArticleAjax gridview With Accept and Reject button
Hello I need to devop and Ajax Grid view with for approval and rejection button Actually my requirment for helpdesk system, If once user submit the request that request can be approve / reject / make...
View ArticleAsyncFileUpload user not selected file event
I know we've got access to the endRequest, uploadComplete, uploadError, uploadStarted, is there a way that i can be notified when the user does not choose a file when the file dialog closes ?...
View Article