Save button in the cuteeditor toolbar, and page validation.

  •  06-26-2006, 8:21 AM

    Save button in the cuteeditor toolbar, and page validation.

    We are using the cuteeditor save button in the cuteeditor toolbar as the save for the entire page. (I have a few textboxes on the page and the cuteeditor interface)

    Is there a way to cause page validation to occur when hitting the save button? So that the textboxes outside the editor also are validated.

    At present I'm having to add a Page.Validate() into the Editor1_PostBackCommand command for every page template that we have coded.

    It's a little time consuming so I was hoping to be able to add the page.Validate to every press of the save button at the cuteeditor interface level.

    Cheers Mike

View Complete Thread