My latest user requirement with my on-going accordion control application: the user wanted the DIV containing the navigation, tree view, user control must always be in view. So, here’s how I went about it, along with some of the pitfalls I found along the way. Scrolling a Div var scrollId = 0; var SCROLL_DELAY = [...]
Archive for the ‘JQuery’ Category
Moving a div into the screen area smoothly using JQuery and the window onscroll event
Posted: 11th June 2010 in JQueryTags: JQuery
1
Setting the value of a CalendarExtender using jQuery
Posted: 14th April 2010 in AJAX, JQueryTags: AJAX, JavaScript, JQuery
Problem: After adding an AJAX Calendar Extender to a Text Box you need to set the date displayed in the Text Box to the Selected Date value of the Calendar Extender. Solution: Firstly you need to ensure that the Calendar Extender, as seen below in Figure 1, has a BehaviorID value set. Figure 1 <label [...]
Recently I came across a problem with the ASP.NET AJAX accordion control which caused my machine to have a System.OutOfMemoryException. This was caused by an attempt to bind a large result set returned from a WCF service to the accordion control. The error never directly specified out of memory, but instead display the following webpage [...]