C# Class Carrotware.Web.UI.Controls.CarrotGridPagedDesigner

Inheritance: System.Web.UI.Design.WebControls.DataBoundControlDesigner
Show file Open project: ninianne98/CarrotCakeCMS

Public Methods

Method Description
GetDesignTimeHtml ( ) : string

Protected Methods

Method Description
DoGrid ( Control ctrl ) : string
DoRptr ( Control ctrl ) : string

Private Methods

Method Description
GetCtrl ( Control ctrl ) : Repeater
RenderCtrl ( Control ctrl ) : string

Method Details

DoGrid() protected method

protected DoGrid ( Control ctrl ) : string
ctrl System.Web.UI.Control
return string

DoRptr() protected method

protected DoRptr ( Control ctrl ) : string
ctrl System.Web.UI.Control
return string

GetDesignTimeHtml() public method

public GetDesignTimeHtml ( ) : string
return string