摘要:        
编辑器加载中...asp.net urlpager控件使用攻略1、引入UrlPager.dll2、在web.config中添加 3、注册路由(在Global文件中)using System.Web.Routing;//引入命名空间在Application_Start中调用方法void Application_Start(object sender, EventArgs e){	RegisterRoutes(RouteTable.Routes);}编写注册路由方法public static void RegisterRoutes(RouteCollection routes){	...    阅读全文
posted @ 2011-08-31 15:26 少康 阅读(427) 评论(0) 推荐(0)
                    
                
浙公网安备 33010602011771号