本文介绍了为多个评估和演示领域中的GridView ItemTemplate中最好的技术?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
什么是在GridView ItemTemplate中使用多个EVAL领域的最佳方法是什么?
What is the best way to use multiple EVAL fields in a GridView ItemTemplate?
展望有一定的控制的格式设置外观以及设置超链接/ javascript等等。
Looking to have some control over formatting for appearance as well as setting up hyperlinks/javascript etc.
推荐答案
更清晰,IMO是:
Even clearer, IMO, is:
<%# String.Format("{0} - {1}", Eval("Name1"), Eval("Name2")) %>
这篇关于为多个评估和演示领域中的GridView ItemTemplate中最好的技术?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!