When you have your translations (for instance, which method to call or which property to reference), write them next to the control actions that you documented in Step 1.
当您拥有了您的译文(比如,调用哪种方法或者参考哪个属性),将它们写在您在步骤1中记录的控件行为旁边。
Now, whenever you need to perform a certain action, you know how to tell the control how to do it (again, which method to call or property to reference).
现在,无论什么时候您想要执行一个特定的行为,就会知道如何告诉这个控件如何操作(同样是,调用哪种方法或者参考哪个属性)。
Note that the GridView control also supports the classic binding mechanism based on the DataSource property and the DataBind method.
注意,GridView控件也支持传统的基于DataSource属性和DataBind方法的绑定机制。
应用推荐