Choose Custom code
Custom code
C#
public static bool BeforeEdit(System.Web.UI.Page Page, IDictionary e)
{
//Custom code
'/put your custom code here
return true;
// return true if you like to proceed with editing this record
// return false in other case
}