Blogs about: Ajaxtoolkit

Featured Blog

Understanding Asp .Net CascadingDropDown AjaxControlToolkit Tutorial1 comment

gugiaji wrote 1 year ago: Populating DropDown is a common process in web application. We can set dropdown listitem manually or … more →

Tags: ASP. NET, AjaxControlToolkit, ASP .Net Example, ASP .NET AJAX, CascadingDropDown AjaxControlToolkit, CascadingDropDown.ParseKnownCategoryValuesString, CascadingDropDownNameValue, dropdownlist, ParentControlID

Auto Refresh GridView using SqlCacheDependency and Toolkit's Timer.3 comments

simpledotnetsolutions wrote 1 year ago: SqlCacheDependency basically can send a notification to the web application, whenever any change occ … more →

Debugging your AJAX AutoCompleteExtender

rlb wrote 1 year ago: The AJAX AutoCompleteExtender is a useful utility that looks very easy to implement, however, can be … more →

Tags: Code, Article, ASP. NET, AJAX, autocompleteextender

Update Progress is not working properly1 comment

Anushka Weerakkodyge wrote 2 years ago: Update Progress is used to display animated text or some message to users, while target Update Panel … more →

Tags: Ajax Toolkit, update progress, Update Panel

AJAX ComboBox And Backspace/Delete key1 comment

simpledotnetsolutions wrote 2 years ago: In AJAX ComboBox after selecting an item , when user hits Backspace or delete key from the keyboard, … more →

CalendarExtender show only years

simpledotnetsolutions wrote 2 years ago: Here’s a working example. The code is self-explanatory. <form id="form1" runat="server"> <a … more →

CalendarExtender getting hidden behind other controls

simpledotnetsolutions wrote 2 years ago: One scenario wherein the CalendarExtender appears to be hidden behind other control is —-When … more →

AJAX UpdateProgress, FileDownload & Redirect To download page

simpledotnetsolutions wrote 2 years ago: The Scenario: The AJAX UpdateProgress control & filedownload functionality together sometimes ca … more →

Tags: update progress, file download, Response Redirect

GridView,HoverMenu and ModalPopup

simpledotnetsolutions wrote 2 years ago: The Scenario: Let’s say, within an updatePanel we have a Gridview with a hovermenu (as an exam … more →

Tags: GridView, ModalPopUp, Hovermenu

Using AJAX HistoryPoint to stop Browser Back Click.2 comments

simpledotnetsolutions wrote 2 years ago: The Scenario: In many applications,particularly ECommerce, once past the Payment page , is the Thank … more →

Tags: Browser back, HistoryPoint, addHistoryPoint, add_navigate

ajaxToolkit:ComboBox -- Things we can do clientside/using Javascript

simpledotnetsolutions wrote 2 years ago: 1) I could get the “selected index” , “selected Text” using javascript. For … more →

Tags: ajaxToolkit, combobox, javascript

Simple way to do File download with UpdatePanel and overlay ProgressIndicator

simpledotnetsolutions wrote 2 years ago: The Scenario: In async postback, the regular file download won’t work , because there is no HT … more →

Tags: UpdatePanel, filedownload, ProgressIndicator

Ajax CalendarExtender and manually change date in the associated TextBox control

simpledotnetsolutions wrote 2 years ago: The Scenario: Select a date from the CalendarExtender control & that date gets visible in the as … more →

Tags: ASP. NET, AJAX, CalenderExtender

Dynamically create and remove TabPanel on client

Vishal wrote 2 years ago: The following code can help you to achieve creating TabPanel on client on the fly. var i = 3; functi … more →

Tags: .NET dev

Using AjaxControlToolkit Modal Popup

pankajlalwani wrote 2 years ago: The Modal Popup extender comes with Ajaxcontrol toolkit and  allows a page to display content to the … more →

Tags: ASP.NET, AJAX, ASP. NET, asp.net toolkit, AjaxControlToolkit, asp.net modal popup, Modal Popup, modal popup extender, modal popup using javascript

$common is null or not an object in ajaxtoolkit 3.53 comments

ken zheng wrote 2 years ago: If you just updated your AJAXToolKit dll to 3.5 and found some pages have funny Javascript error lik … more →

Tags: AJAX

Fixing the AjaxToolKit ModalPopupExtender in IE64 comments

jimdiesel wrote 3 years ago: Microsoft’s AjaxToolKit is a very handy thing to have for any ASP.NET developer.  However, one … more →

Tags: AJAX, javascript, .NET, HTML, CSS, modal, ASP. NET, C#, ModalPopupExtender

Dynamically Create Tabs using AjaxControlToolKit

Vishal wrote 3 years ago: In this Post,I have shown you how to apply Css to TabContainer. In this post, I will show you how to … more →

Tags: .NET dev

ModalPopupExtender appears during page load

adinas wrote 4 years ago: This can be really annoying. When using the ModalPopupExtender to show a popup. You usually want som … more →

Tags: ASP.NET


Related Tags
All →

Follow this tag via RSS