By tag: inline
0
kicks
JavaScript Function Tips and Tricks
This article covers: In-line Functions, Function Overloading, and Calling Functions Asynchronously. Using these tips, you'll be able to write javascript functions that are more reusable and flexible.
0
kicks
Seamless inline text editing with ASP.NET AJAX
A demonstration of how to use ASP.NET AJAX to implement a Label that swaps to a TextBox for editing when clicked and then saves its value when editing is completed.