2013-10-15 54 views

回答

4

爲從DataBoundControl繼承的控件啓用模型綁定(它具有ItemType可用於指定模型類型的屬性)。但它不限於FormViewGridView。下面是控件的完整列表:

  • 的AdRotator
  • 的ListView
  • 的BulletedList
  • 的CheckBoxList
  • DetailsView控件
  • 的DropDownList
  • FormView控件
  • 的GridView
  • 列表框
  • RadioButtonList的

在ASP.NET Web窗體綁定(即使用<%# Eval("...") %>,<%# Bind("") %>,<%# XPath ("..."),<%# DataItem.PropertyName %>服務器標籤)只能在數據綁定控件中使用。

這意味着要使用新的模型綁定功能將數據綁定到TextBox,您需要使用上面列出的任何控件。