C# Class MichaelJBaird.Themes.JQMobile.Controls.Pager

Inheritance: System.Web.UI.UserControl
Mostra file Open project: rasmuskl/ReSharperCourse

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.

Private Methods

Method Description
PageIndex ( ) : int

Pages the index.

PageList ( int total, int current ) : IEnumerable

The page list.

PageUrl ( ) : string

Pages the URL.

PagerTag ( ) : string

Gets the pager tag.

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Render() protected method

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the server control content.
return void