本文介绍了gridview中的超链接字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

伙计们..解决这种情况..如果我在第一页中单击一个按钮,它应该将其重定向到我在另一页上吗?
有超链接字段列,如果我单击它,它应该获取gid并重定向到第一页,并且gid应该显示在文本框中,并且基于gid的gridview应该绑定在asp.net(vb)

he guys..solve tis scenario..if i click a button in 1st page it should redirect it to another page where i?
have hyperlinkfield column and if i click it and it should get the gid and redirect to the 1st page and gid should be displayed in the textbox and based on the gid gridview should be bind in 1st page in asp.net(vb)

推荐答案


这篇关于gridview中的超链接字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 00:34