AjaxControlToolkit

There are 2 entries for the tag AjaxControlToolkit
Messin' with majax - mutexCheckBoxes

So I've been playing around a bit with a little JavaScript plug-in library extension set for ASP.Net Ajax that Matt Berseth came up with that he's dubbed 'majax'.  When last we left off, I was trying to make the check box group extension of his library to work with ASP.Net Checkboxes as well as regular HTML Checkboxes.  All in all, I think it was a fairly successful effort. As with all good things, necessity is the mother of invention.  Our core application at the day job has a GridView that displays some records.  Now these records have a set...

posted @ Friday, August 01, 2008 2:39 AM | Feedback (0)

Applying Unique Styles to Tabs - AjaxControlToolkit

So, I've got a requirement for an asp.net application that collects data and makes use of Tabs.  The basic idea is, as each section of the forms are filled out, the tab will change colors to give a visual queue to the user that they have completed that individual tab section. Standard Tab Styles: The goal of all the tabs being complete: In Process, some done, some not done (Blue means not done) The TabContainer of the AjaxControlToolkit supports custom styles, and this process is very well documented in a number of places.  Once could easily change the look of all...

posted @ Friday, May 09, 2008 7:50 PM | Feedback (2)