How to Start a Timer on button click in asp.net...& get alert window(pop up)...
Hi friends ! I have a requirement in my application where i will start a timer on button click.... the timer should remain running in the background and should give me alerts (pop up window) after 2...
View ArticleAjax Update Panel and Lazy Load image
Hi AllCan any one suggest me how I can develop lazy load images so when user scroll page then image loaded. I need to use these images in Repeater and Repeater will be placed inside Update...
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 ArticleAjax tab control is not working in my master page
Hi Evrybody, Now i implement my project to display in tab wise. for that i move to ajax tab control. But when i run my code nothing to displayed. This is my sample code can any one give me some...
View ArticleCalling Page WebMethod from JavaScript
i'm trying to call a page webmethod from another page on page close event ...nothing seems to work & i found out that onunload & onbeforeunload events are not supported on chrome & opera...
View ArticleContent controls are allowed only in content page that references a master...
HiI'm getting the above error with my application.Basically I had a master file and then some page files referencing the master file.In the page files I had some ajax controls so had :<asp:Content...
View ArticleHow to handle SlideShowExtender when there are no images?
Hello,I am using the Ajaxcontroltoolkit SlideShowExtender to load images from a directory. But how do I handle when the GetSlides method returns null whenever there are no images in a particular...
View ArticleAjax UpdatePanel-UpdateProgress works but my datagrid is not binding
Hello,In an effort to get some kind of 'busy' indicator while a stored procedure executes and prepares data I have implemented the AJAX updatPanel and UpdateProgress. After some testing I have it 'kind...
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 Articlecalendar help
I'm unfamiliar with using a calendar but have to get educated on it in a project I've inherited. I'd appreciate someone letting me know if the following code for a control used in the project (1) is or...
View ArticleDisplay Problem of Collapsibale Panel when published (Server Side)
Hi,I am using VS 2008 asp. net c# with framework 3.5,also i am using AjaxControlToolkit, i used collapsibale Panels and Accordion to buit menu bar every thing work very fine on my machine, but when i...
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 ArticleSlow Loading Pages with ModalPopupExtender
I have a web app using many Modal Popup Extenders on different pages for adding/entering data. The design works great but as the app continues to grow so do the page sizes because modal popup panels...
View ArticleUse Update Progress control to show different "status" messages during async...
Hi and a happy new year 2 all!!!I want to know if there a way to notify the user during an async postback of different status messages? What I mean by this is:<div mce_keep="true">User clicks a...
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 ArticleLooking for a complete working example for auto complete for ajax toolkit 3,...
I read lots of posts about how to make an auto complete textbox, it shouldn't be made so complex but examples keep coming either not working or under an ealier version of ajaxtoolkit.Can any one give...
View ArticleMenu updating multiview in updatepanel + progresspanel
Hi allI have a menu that selects the visible view of a multiview, everything is enclosed in an updatepanel. This is working fine but the progresspanel is not working, here is the code:<%@ Page...
View ArticleUpgrade of AjaxControlToolkit dreaded "Internet Explorer cannot download...
Hi, I've just upgraded to the latest AjaxControlToolkit (July 2013 release) and now my filedownloads have stopped working in IE 7/8.IE9, Firefox, Chrome etc are unaffected.My app basically takes a...
View Articledelete entry from eventlog
Hi, how delete entry from the event log after entering that specified entry into database.Answers are appreciated..Thankyou
View Article