Re: Spotting a save button postback

  •  09-01-2004, 6:25 PM

    Re: Spotting a save button postback

    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