I am using jQuery Text Editor, which renders a TextArea tag.
I am using runat="server".
But when i am trying to access it through Code behind like txtArea1.Value,
i am getting blank string (""). Is there any way to get HTML (value) of the editor (textArea) through Code behind?
Request.Formon postback? – Dai Nov 16 '12 at 8:12txtArea1.Textif you haverunat="server"– freebird Nov 16 '12 at 8:14