| ||||||||||||||||||||||||||||||||||||||||||||||
DataBinder ClassProvides design-time support for RAD designers to generate and parse Data Binding Expression Syntax. This class cannot be inherited.
|
||||||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public static | Eval | ( Object container , String expression , String format ) | String |
| public static | Eval | ( Object container , String expression ) | Object |
| public static | GetDataItem | ( Object container ) | Object |
| public static | GetDataItem | ( Object container , Boolean& foundDataItem ) | Object |
| public static | GetIndexedPropertyValue | ( Object container , String propName , String format ) | String |
| public static | GetIndexedPropertyValue | ( Object container , String expr ) | Object |
| public static | GetPropertyValue | ( Object container , String propName , String format ) | String |
| public static | GetPropertyValue | ( Object container , String propName ) | Object |
You can use the overloaded Eval method of this class in Web Forms page data-binding syntax. This provides an easier syntax to remember than standard data binding, but because DataBinder.Eval provides automatic type conversion, can result in slower server response times.
For more information about data binding to ASP.NET server controls, see Data Binding in Web Forms.
Data Binding Expression Syntax
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme