上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 80 下一页
摘要: 还是前几天发现的问题,原来在vs2003下使用的ajax无刷新联动代码,放到vs2005的项目后就会出现错误回发或回调参数无效。在配置中使用 或在页面中使用 启用了事件验证。出于安全目的,此功能验证回发或回调事件的参数是否来源于最初呈现这些事件的服务器控件。如果数据有效并且是预期的,则使用 ClientScriptManager.RegisterForEventValidation 方法来注册... 阅读全文
posted @ 2009-12-12 23:25 googlegis 阅读(183) 评论(0) 推荐(0) 编辑
摘要: net 2.0下的asp.net ajax基本使用方法 一、必要的组件下载 asp.net ajax中用到了几个dll文件,这些可以从网上下载。http://ajax.asp.net站点下可以找到相关的下载。这其中包括:System.Web.Extensions.dll、System.Web.Extensions.Design.dll、AjaxControlkit.dll、AjaxEx... 阅读全文
posted @ 2009-12-12 23:24 googlegis 阅读(391) 评论(0) 推荐(0) 编辑
摘要: AjaxControlToolkit下载 http://ajax.asp.net/downloads/default.aspx?tabid=47 http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1425 下载工具里拷来的直接下载地址(有源):http://www.codeplex... 阅读全文
posted @ 2009-12-12 23:23 googlegis 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1.C# code:MapInfo.Data.Table table = MapInfo.Engine.Session.Current.Catalog.OpenTable(@"C:\Program Files\MapInfo\MapXtreme2004\Maps\North America\usa.tab";this.mapControl1.Map.Load(new MapTableLoader(table));MapInfo.Data.SearchInfo si = MapInfo.Data.SearchInfoFactory.SearchAll ();MapInfo.D 阅读全文
posted @ 2009-12-12 23:22 googlegis 阅读(161) 评论(0) 推荐(0) 编辑
摘要: WX.Traffic.DBUtility.OracleHelper conn = new WX.Traffic.DBUtility.OracleHelper(); string sql = "select * From T_pnametype2"; DataSet ds = new DataSet(); conn.RunSQL(sql, ref ds); ListBox list = new ListBox(); list.DataSource = ds; list.DataTextField = "SYMBOL"; list.DataValueFiel 阅读全文
posted @ 2009-12-12 23:21 googlegis 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 1 设置图层可选状态/**//// <summary>/// 改变层的可选择状态/// </summary>/// <param name="selectableStatus"></param>/// <returns></returns>public bool LayerSelectableStatusUpdate(string tableAlias,bool selectableStatus){if(mapControl1.Map.Layers[tableAlias]==null) return f 阅读全文
posted @ 2009-12-12 23:21 googlegis 阅读(528) 评论(0) 推荐(0) 编辑
摘要: 查看网站属性——文档 看看启用默认文档中是否存在:index.asp index.htm index.html (最好全都有,没有可添加) 2、查看网站属性——主目录 A、本地路径是否指定正确 B、是否勾选“脚本资源访问”? C、是否勾选“读取”? D、执行权限:纯脚本 3、查看网站属性——目录安全性——编辑 A、是否勾选“匿名访问”? B、用户名:IUSR_您的计算机名(不对,就点浏览选择)... 阅读全文
posted @ 2009-12-12 23:20 googlegis 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 解决Windows2003不能自动分配移动存储设备及硬盘盘符 有的人在问这(如题)是不是windows2003的一个BUG,我也不能确切的说是或不是,哈哈,这个问题的原因是在Windows Server 2003企业版和Data Center版中,automounting的功能被缺省禁止。是微软老二给禁止了,我们可以通过注册表来打开该功能,下面提供两种方法。 一、你... 阅读全文
posted @ 2009-12-12 23:19 googlegis 阅读(210) 评论(0) 推荐(0) 编辑
摘要: MapInfo.Data.Table activeMapTable = MapInfo.Engine.Session.Current.Catalog.GetTable(tablename);MapInfo.Mapping.LabelLayer lbLayer = new MapInfo.Mapping.LabelLayer(activeMapLabel,activeMapLabel);MapInfo.Mapping.LabelSource lbSource = new MapInfo.Mapping.LabelSource(activeMapTable);//set label\'s 阅读全文
posted @ 2009-12-12 23:17 googlegis 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Google Earth KML 2.0 参考这一节包含KML标签的语法结构和参考信息。 KML语法规则:和任何程序和脚本语言一样,KML有一些必须遵循的语法规则。文档结构:一个KML文档应该完全遵循KML格式,文档也和基本的XML语法规则差不多,有以下几点要特别注意的地方。 ★XML标签必须关闭 ★XML标签是大小写敏感的 ★对于KML语法,首字母大写的标签是复合标签,否则就是单一标签,在实体和... 阅读全文
posted @ 2009-12-12 23:16 googlegis 阅读(974) 评论(0) 推荐(0) 编辑
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 80 下一页

坐标合肥,非典型GIS开发人员 GitHub