Метод | Описание | |
---|---|---|
Bind ( object control, IEnumerable values ) : void |
Binds the properties of the specified System.Web.UI.WebControls.Label with the specified list. Currently not supported.
|
|
Bind ( object control, object values ) : void |
Binds the properties of the specified System.Web.UI.WebControls.Label with the specified array of objects. Currently not supported.
|
|
Bind ( object control, object value, |
Binds the 'Text' property of the specified System.Web.UI.WebControls.Label with the specified object.
|
public Bind ( object control, IEnumerable values ) : void | ||
control | object | The |
values | IEnumerable | The list to bind. |
Результат | void |
public Bind ( object control, object values ) : void | ||
control | object | The |
values | object | The array of objects to bind. |
Результат | void |
public Bind ( object control, object value, |
||
control | object | The |
value | object | The object to bind. |
pi | The Property of the |
|
Результат | void |