Looking for a contract position
in Toronto area as a Senior .NET Developer
Toronto, ON, M6P 2P2
Tel: 647.328.3809
Email: 

Tiny MCE ASP.NET and RequiredFieldValidator

To make validator work wity Tiny MCE, you need to update textarea before the validation starts.
To update it, call tinyMCE.triggerSave(false, true) method in your button event.

<asp:Button runat="server" ID="BtnCommit" <br />OnClick="BtnCommit_Click" CssClass="buttonclass" <br />Text="Submit" style="float:right;"<br /> OnClientClick="tinyMCE.triggerSave(false,true);"/>
 
Powered by AtomicCms content management system