So I want the features of a contenteditable div (text selection via keyboard being the main one), but I don\'t want to allow the user to edit the text - I presumed a r
r
You can probably add an asp:Panel in the div and make the panel.Enabled = false Controls inside panel will not be accessible.
asp:Panel
div
panel.Enabled = false