Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Spotting a save button postback
Re: Spotting a save button postback
09-01-2004, 6:25 PM
dhills
Joined on 08-31-2004
Posts 1
Re: Spotting a save button postback
Reply
Quote
the 'save' button's default onClick is:
onclick="__doPostBack('rich_text_box_name','');
So, one way to respond to the save click event is to put a
rich_text_box_name_TextChanged event in the code. Respond accordingly.
Doug
View Complete Thread