SqlCacheDependency basically can send a notification to the web application, whenever any change occurs to the underlying data source.You may learn more about ‘SqlCacheDependency’ here… more →
Simple .Net Solutionswrote 1 year ago: Populating DropDown is a common process in web application. We can set dropdown listitem manually or … more →
wrote 1 year ago: SqlCacheDependency basically can send a notification to the web application, whenever any change occ … more →
wrote 1 year ago: The AJAX AutoCompleteExtender is a useful utility that looks very easy to implement, however, can be … more →
wrote 2 years ago: Update Progress is used to display animated text or some message to users, while target Update Panel … more →
wrote 2 years ago: In AJAX ComboBox after selecting an item , when user hits Backspace or delete key from the keyboard, … more →
wrote 2 years ago: Here’s a working example. The code is self-explanatory. <form id="form1" runat="server"> <a … more →
wrote 2 years ago: One scenario wherein the CalendarExtender appears to be hidden behind other control is —-When … more →
wrote 2 years ago: The Scenario: The AJAX UpdateProgress control & filedownload functionality together sometimes ca … more →
wrote 2 years ago: The Scenario: Let’s say, within an updatePanel we have a Gridview with a hovermenu (as an exam … more →
wrote 2 years ago: The Scenario: In many applications,particularly ECommerce, once past the Payment page , is the Thank … more →
wrote 2 years ago: 1) I could get the “selected index” , “selected Text” using javascript. For … more →
wrote 2 years ago: The Scenario: In async postback, the regular file download won’t work , because there is no HT … more →
wrote 2 years ago: The Scenario: Select a date from the CalendarExtender control & that date gets visible in the as … more →
wrote 2 years ago: The following code can help you to achieve creating TabPanel on client on the fly. var i = 3; functi … more →
wrote 2 years ago: The Modal Popup extender comes with Ajaxcontrol toolkit and allows a page to display content to the … more →
wrote 2 years ago: If you just updated your AJAXToolKit dll to 3.5 and found some pages have funny Javascript error lik … more →
wrote 3 years ago: Microsoft’s AjaxToolKit is a very handy thing to have for any ASP.NET developer. However, one … more →
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 →
wrote 4 years ago: This can be really annoying. When using the ModalPopupExtender to show a popup. You usually want som … more →