show/hide this revision's text 2 added 203 characters in body

If you're trying to get them to be read only, then just set the .ReadOnly property to true.

Alternatively, if you're never ever using these textboxes for editing, then maybe just use a Label instead?

EDIT: Ahh it appears this more of a CSLA-framework question than a pure windows forms question. I've never even heard of CSLA before this question, but it looks interesting.

show/hide this revision's text 1

If you're trying to get them to be read only, then just set the .ReadOnly property to true.

Alternatively, if you're never ever using these textboxes for editing, then maybe just use a Label instead?