模拟<%#Bind(...)%>

时间:2008-10-07 11:19:35

标签: c# asp.net data-binding

ASP.Net:

在代码隐藏中,我可以通过调用<%# Eval("Property")%>

来模拟DataBinder.Eval(myObject,"Property");

如何模拟对<%# Bind("Property")%>的调用?

非常感谢

1 个答案:

答案 0 :(得分:2)

DataBinder. GetPropertyValue( myObject,"Property" )