如何在asp.net中给表行提供超链接 [英] how to give hyperlink to table row in asp.net

查看:90
本文介绍了如何在asp.net中给表行提供超链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们在html文件中有2个表,我想在第一个表行中提供超链接,以在相同文件的第二个表上重定向.
我该怎么办.....

感谢

we have 2 tables in html file i want to give hyperlink in first table row that redirect on second table of same file.
how can i do.....

thanks

推荐答案

If use Data container as a table 
then with in table column <table><tbody><tr><td><a href="abc.aspx?Id=<%#Eval(" columnname=")%> ><br mode=" hold=" /><%#Eval("></a></td></tr></tbody></table>


这篇关于如何在asp.net中给表行提供超链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆