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
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Méthodes protégées

Méthode Description
DataBind ( bool raiseOnDataBinding ) : void
OnInit ( EventArgs e ) : void

Private Methods

Méthode Description
AutoDataBindControl ( ) : System

CCtor

OnPreRenderComplete ( object sender, EventArgs e ) : void

Method Details

DataBind() protected méthode

protected DataBind ( bool raiseOnDataBinding ) : void
raiseOnDataBinding bool
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void