Adding Persistence to the .NETOOP Edit in Place control.
Posted by: MS-Joe,
on 16 Jul 2009 |
View original | Bookmarked: 0 time(s)
Ive added persistence to the In-Place-Editor control at .NETOOP using SQLExpress and the LINQ to Entities. Since the Control itself can be used for ANY text content, the page that contains the control is responsible for population and persistence. Note the code below. The control is populated by the first notice in the notices table (other use may use multiple records.) Of particular interest is the push back to the database. Note that this code is called from the Page_SaveStateComplete...