Persists the child controls of the control using the specified string writer.
[Visual Basic] Public Shared Sub PersistChildControls( _ ByVal sw As StringWriter, _ ByVal controls As ControlCollection _ ) [C#] public static void PersistChildControls( StringWriter sw, ControlCollection controls ); [C++] public: static void PersistChildControls( StringWriter* sw, ControlCollection* controls ); [JScript] public static function PersistChildControls( sw : StringWriter, controls : ControlCollection );
WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace