目的:
1.arcgis server9.2 ADF实现Query查询功能

准备工作:
1.用ArcGis Server Manager或者ArcCatalog发布一个叫usa的Map Service,并且把这个Service启动起来。
2.找到DeveloperKit\SamplesNET\Server\Web_Applications目录下的Common_QueryNewWindowCSharp.zip。

开始:
1.新建名为QueryNewWindow的ASP.NET Web应用程序,  然后在页面上添加MapResourceManager1、Button1。设置MapResourceManager1的属性Type:ArcGIS Server Local;Resource:(default)@usa;Data Source:mycomp。Button1添加Button1_Click时间,具体代码和说明如下:

 1ArcGIS.Server.9.2.DotNet自带例子分析(七、一)protected void Button1_Click(object sender, EventArgs e)
 2        }
2.新建TableDialog.aspx页面用来作为弹出页面显示查询结果,在html里面添加一个<div >  1ArcGIS.Server.9.2.DotNet自带例子分析(七、一)protected void Page_Load(object sender, EventArgs e)
 2        }

相关文章:

  • 2021-09-03
  • 2022-02-28
  • 2022-02-07
  • 2021-07-26
  • 2021-07-09
  • 2021-10-25
  • 2021-07-14
  • 2021-12-04
猜你喜欢
  • 2022-01-26
  • 2022-03-07
  • 2022-02-17
  • 2021-11-26
  • 2022-02-08
  • 2021-07-19
  • 2021-08-26
相关资源
相似解决方案