Manually attaches a button to the SaveButtons list.
| C# |
public void AttachSaveButton( Control control )
- control (Control)
- A Button, LinkButton, or ImageButton control
Use this public method to manually attach a button that should trigger
a client-side Save when clicked.