Author: Joe Stagner | Posted on: 7/16/2009 8:00:23 AM | Views : 866

I?ve 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 event handler.

Go to the complete details ...