标签: c# asp.net data-binding formview
我该怎么做:
<asp:TextBox ID="Test" runat="server" Text='<%# Bind("Test") %>'>
并在代码隐藏中复制formview的双向绑定行为?