views:

37

answers:

0

Hey all,

I am working a project in C# that allows the user to edit a webpage. It is using mshtml for the editor.

I'm looking for a way to protect a couple of table cells. Basically they can edit everything except what is in the specified table cell. The user does not have access to the source code of the webBrowser.

Thanks for any insight on this.