有一个很简单的设置就可以实现
void Page_Load(Object sender, EventArgs e)
{
this.SmartNavigation = true;
}
或者直接写在
<%@ Page language="c#" Codebehind="AllBook.aspx.cs" AutoEventWireup="false" Inherits="wx.AllBook" %><%@ Page language="c#" Codebehind="AllBook.aspx.cs" SmartNavigation = true AutoEventWireup="false" Inherits="wx.AllBook" %>
呵呵
<%@ Page language="c#" Codebehind="AllBook.aspx.cs" AutoEventWireup="false" Inherits="wx.AllBook" %><%@ Page language="c#" Codebehind="AllBook.aspx.cs" AutoEventWireup="false" Inherits="wx.AllBook" %><%@ Page language="c#" Codebehind="AllBook.aspx.cs" AutoEventWireup="false" Inherits="wx.AllBook" %>