|
Modifying the code or design of standard web parts |
|
This chapter explains how you can create a copy of a standard web part and modify its code and design.
The following example shows how you can send custom e-mail when a BizForm form is submitted and display a custom confirmation message. It uses the CMSWebParts\BizForms\BizForm.ascx web part as the base and adds a custom handler on the OnAfterSave event.
[C#]
You have seen how you can create a modification of a standard web part.
|