Articles in the JavaScript Category
.net, Entity Framework, JavaScript, Other Tech »
This post will explain two different ways to bind a GridView (or DetailsView, or any other NamingContainer) to its EntityDataSource when your filtering/search controls are in the header row. This method can be used to break out of pretty much any NamingContainer and assign values to a control that’s on the form (same level as your dataSource).
.net, JavaScript, Other Tech »
This post will show you how to use the AJAX Control Toolkit’s AutoCompleteExtender and a very simple javascript call to save a key/value to an asp.net hidden field.
JavaScript »
This post shows you how to use a fairly simple user control that can be dropped on every page, and if the user tries to access a page out of the normal workflow a “modal” panel blocks access and provides links to the current/last step in the process. Lightweight.