在控件里绑定链接到另外一个页面

在控件里以动态方式绑定链接到另外一个页面。
<asp:HyperLink ID="HyperLink1" runat="server"
                        NavigateUrl='<%# Eval("words_type_id", "WordsDetail.aspx?words_type_id={0}") %>'
                        Text='<%# Eval("words_type") %>'></asp:HyperLink>
posted @ 2010-09-27 19:18  midisong  阅读(113)  评论(0编辑  收藏  举报