服务器按钮页面跳到指定的位置服务器按钮当发生onclick事件后,页面跳到指定的位置,怎么样实现? [解决办法]Button1.Attributes.Add( "onclick ", "top.location.href = 'WebForm.aspx/#A1 ' "); A1是锚。