ASP.NET Pack Programmer's Guide
Reminder.SaveViewState Method
See Also
 





Saves any server view-state changes that have occurred on this Reminder since the time the page was posted back to the server.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public Object SaveViewState ()

Visual Basic  Copy Code

Public Function SaveViewState () As Object

 Return Value

Type: Object
Returns the Reminder's current view state. If there is no view state associated with the control, this method returns null (Nothing in VB.NET).

 See Also

Reminder Members
Reminder Class
MindFusion.Scheduling Namespace