Name

RepeaterDesigner

Synopsis

This class provides the design-time representation for the System.Web.UI.WebControls.Repeater control. The design-time view shows headings and other static content, but not data-bound items. If no templates are entered, the control displays the message “Switch to HTML view to edit the control’s templates.”

Public Class RepeaterDesigner : Inherits System.Web.UI.Design.ControlDesigner : Implements_
       System.Web.UI.Design.IDataSourceProvider
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Property DataMember As String  
   Public Property DataSource As String  
' Protected Instance Properties
   Protected Property TemplatesExist As Boolean  
' Public Instance Methods
   Overrides Public Function GetDesignTimeHtml() As String  
   Public Function GetResolvedSelectedDataSource() As IEnumerable_
        Implements IDataSourceProvider.GetResolvedSelectedDataSource 
   Public Function GetSelectedDataSource() As Object_
        Implements IDataSourceProvider.GetSelectedDataSource 
   Overrides Public Sub Initialize(
        ByVal component As System.ComponentModel.IComponent) 
   Overrides Public Sub OnComponentChanged(
        ByVal source As Object, 
        ByVal ce As System.ComponentModel.Design.ComponentChangedEventArgs) 
   Overridable Public Sub OnDataSourceChanged() 
' Protected Instance Methods
   Overrides Protected Sub Dispose(ByVal disposing As Boolean) 
   Protected Function GetDesignTimeDataSource( ByVal selectedDataSource As System.Collections.IEnumerable, ByVal minimumRows As Integer) As IEnumerable ...

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.