|
Public Shared Function BeforeEdit(Page As System.Web.UI.Page,
parNewValues As OleDbParameterCollection, where As String) As Boolean
' Display a message on the Web page
Page.Response.Write("Your message here")
Return True
' return true if you like to proceed with editing
this record
' return false in other case
End Function |