摘要:
usingSystem;namespace杨辉三角{/**////<summary>///Class1的摘要说明。///</summary>classClass1{/**////<summary>///应用程序的主入口点。///</summary>[STAThread]staticvoidMain(string[]args){Console.Writ...
阅读全文
posted @ 2006-07-29 21:08
coollion
阅读(1315)
推荐(0)
摘要:
图查属性时要在按钮添加onclick事件:"点查" onclick="SMISActionStart('MapControl1','POINTQUERY');""框查" onclick="SMISActionStart('MapControl1','RECTQUERY');""圆查" onclick="SMISActionStart('MapControl1','CIRCLEQUERY');""多...
阅读全文
posted @ 2006-07-29 19:56
coollion
阅读(3284)
推荐(0)
摘要:
注意的是PAGELOAD时要用 if(!Page.IsPostBack) { BindDataGrid("select * from 学生档案","学号"); }否则不能取得DATAGRID修改后的值。 using System;using System.Collections;using System.ComponentModel;using System.Data;using S...
阅读全文
posted @ 2006-07-29 19:50
coollion
阅读(687)
推荐(0)