How do capture the Save Click Even in VB for CuteEditor ASP.NET

  •  07-14-2012, 10:04 PM

    How do capture the Save Click Even in VB for CuteEditor ASP.NET

    How do capture the Save Click Even in VB for CuteEditor ASP.NET
     
    If am doing the following but its not working
     
    If Editor1.TemplateItemList.Equals("Save") Then
                MsgBox("Save Clicked", MsgBoxStyle.Information, "Save Clicked")
    End If
View Complete Thread