C# Class JsonFx.Client.AutoDataBindControl

Control which will call DataBind if any properties are set containing databinding expressions.
http://stackoverflow.com/questions/1417028/
Inheritance: System.Web.UI.Control
Datei anzeigen Open project: pocket-playlab/jsonfx-v1

Protected Methods

Method Description
DataBind ( bool raiseOnDataBinding ) : void
OnInit ( EventArgs e ) : void

Private Methods

Method Description
AutoDataBindControl ( ) : System

CCtor

OnPreRenderComplete ( object sender, EventArgs e ) : void

Method Details

DataBind() protected method

protected DataBind ( bool raiseOnDataBinding ) : void
raiseOnDataBinding bool
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void