This documentation is archived and is not being maintained.
RepeatInfo.RenderRepeater Method
.NET Framework 1.1
Renders a list control that repeats a list of items, using the specified information.
[Visual Basic] Public Sub RenderRepeater( _ ByVal writer As HtmlTextWriter, _ ByVal user As IRepeatInfoUser, _ ByVal controlStyle As Style, _ ByVal baseControl As WebControl _ ) [C#] public void RenderRepeater( HtmlTextWriter writer, IRepeatInfoUser user, Style controlStyle, WebControl baseControl ); [C++] public: void RenderRepeater( HtmlTextWriter* writer, IRepeatInfoUser* user, Style* controlStyle, WebControl* baseControl ); [JScript] public function RenderRepeater( writer : HtmlTextWriter, user : IRepeatInfoUser, controlStyle : Style, baseControl : WebControl );
Parameters
- writer
- The System.Web.UI.HtmlTextWriter that represents the output stream used to render HTML content on the client.
- user
- An IRepeatInfoUser implemented object that represents the control to render.
- controlStyle
- A Style that represents the style in which to display the items.
- baseControl
- The control from which to copy base attributes.
Remarks
Use the RenderRepeater method to render a list control that repeats a list of items, using the specified information.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
RepeatInfo Class | RepeatInfo Members | System.Web.UI.WebControls Namespace | System.Web.UI.HtmlTextWriter | IRepeatInfoUser | Style
Show: