大赵传奇

GIS解决方案,webgis , 桌面、数据、服务--QQ276605216

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  ASP.NET2.0

摘要:1.发布网站后,IE中显示"访问 IIS 元数据库失败" C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -u 卸载ASP.NET C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i 注册ASP.NET 2.IIS 和 Ora... 阅读全文
posted @ 2008-11-13 09:57 赵长青

摘要:public class MyTemplate:ITemplate{ private string strColumnName; private DataControlRowType dcrtColumnType; public MyTemplate(string strColumnName, DataControlRowType dcrtColumnType) { this.strColu... 阅读全文
posted @ 2008-08-20 18:40 赵长青 阅读(3477) 评论(1) 推荐(0)

摘要:using System.IO; namespace ConsoleApplication1{ class Program { static void Main (string[] args) { string path = @"D:\SkinData\the_asphalt_world"; string[] files = Directory.GetFiles(path); foreach ... 阅读全文
posted @ 2008-08-01 10:46 赵长青 阅读(285) 评论(4) 推荐(0)

摘要:GridView 自定义分页 <PagerTemplate> <table> <tr> <td> <asp:Label ID="LabelCurrentPage" runat="server" >当前页:<%# ((GridView)Container.NamingContainer).PageIndex + 1 %><... 阅读全文
posted @ 2007-09-18 12:31 赵长青 阅读(860) 评论(0) 推荐(0)