要以,.net的用户控件和以前asp 的include文件差不多

解决方案 »

  1.   

    ASP.NET没有提供现成的导航控件
    但是自己实现也很简单吧?
    或者这里挑一个:
    http://www.asp.net/ControlGallery/default.aspx?Category=12&tabindex=2
      

  2.   

    <%@ Register TagPrefix="popc" TagName="PopUpCalendar" src="PopUpCalendar.ascx"%>
    <%@ Page language="c#" Codebehind="CaseCircs.aspx.cs" AutoEventWireup="false" Inherits="znfx.CaseCircs" %><body>
    <popc:popupcalendar id="PopUpCalendar_Date" runat="server"></popc:popupcalendar>
    </body>.cs中
    protected PopUpCalendar PopUpCalendar_Date;