gridview中用LinkButton分页遇到的问题

小弟用gridview做了一个分页,其中用了多个LinkButton控件,代码如下:<PagerTemplate><tablestyle="text-align:cent... 小弟用gridview做了一个分页,其中用了多个LinkButton控件,代码如下:
<PagerTemplate>
<table style="text-align:center">
<tr>
<td>
第<asp:Label ID="lblPageIndex" runat="server" Text="<%#((GridView)Container.Parent.Parent).PageIndex + 1 %>"></asp:Label>

页 共<asp:Label ID="lblPageCount" runat="server" Text="<%# ((GridView)Container.Parent.Parent).PageCount %>"></asp:Label>页
<asp:LinkButton ID="btnFirst" runat="server" CausesValidation="False" CommandArgument="First" CommandName="Page" Text="首页"></asp:LinkButton>
<asp:LinkButton ID="btnPrev" runat="server" CausesValidation="False" CommandArgument="Prev" CommandName="Page" Text="上一页"></asp:LinkButton>
<asp:LinkButton ID="btnNext" runat="server" CausesValidation="False" CommandArgument="Next" CommandName="Page" Text="下一页"></asp:LinkButton>
<asp:LinkButton ID="btnLast" runat="server" CausesValidation="False" CommandArgument="Last" CommandName="Page" Text="尾页"></asp:LinkButton>
<asp:TextBox ID="txtNewPageIndex" runat="server" Text="<%# ((GridView)Container.Parent.Parent).PageIndex + 1%>" Width="20px"></asp:TextBox>
<asp:LinkButton ID="btnGo" runat="server" CausesValidation="False" CommandArgument="-1" CommandName="Page" Text="GO"></asp:LinkButton>
</td> </tr>
</table>
</PagerTemplate>

分页功能没问题,我想实现的效果是点击下一页或是其他的linkbutton时,页面能在新页面打开而不是在本页面打开,求方法,不胜感激.....
展开
 我来答
snowmagic99
2013-04-24 · TA获得超过173个赞
知道答主
回答量:176
采纳率:0%
帮助的人:95.4万
展开全部
后台 GridViewCommand函数 linkbutton 的链接
使用 response.write("<script>window.open('"+你要跳转的页面+"');</script>");
更多追问追答
追问
其实我就想要一个类似于target的属性
追答
linkbutton没有target。 除非你使用html语言的。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式