By tag: edit
0
kicks
Seamless inline text editing with ASP.NET AJAX
This is a technique that I really like. It’s excellently suited to intranet sites and administrative interfaces, where your users are typically familiar enough with the application to know which text they can click to edit. It’s actually very easy to implement, with a small amount of JavaScript. Upd...