Using the ASP.NET AJAX Editor Control to Implement In-Place Content Editing.
Posted by: MS-Joe,
on 14 Jul 2009 |
View original | Bookmarked: 0 time(s)
In-Place editing is a slick feature for managing some of a web sites content. Ive mocked up a demo of In-Place editing using the new ASP.NET Ajax Control Toolkits Editor control and the ASP.NET Multi-View control. Also, Im implementing this as a User Control so it can be easily and widely used throughout my project. Heres how it works. Note the little Pencil on the top / right of the content are. If you hover over it you get an edit hint. When you click on it you enter edit mode....