asp.net刷新页面定位问题的解决方法

刷新页面定位
在你的回复文本框的上面放1个a元素: <a   id= "replay "   href= "#replay "/> 
 
假设你的页面是replay.aspx,回复后要跳转到:Response.Redirect( "replay.aspx#replay ");
贴子来源飞诺网(http://bbs.firnow.com/) 详细出处参考:http://bbs.firnow.com/dview16t33863.html


-------另一种方法-------

设置Page的SmartNavigation(智能导航)属性为True。把下边的代码加进第一行。

SmartNavigation="True"

posted @ 2010-10-26 10:49  midisong  阅读(257)  评论(0编辑  收藏  举报