摘要:
CheckBoxDataGrid.aspx 为DataGrid添加CheckBox控件的例子 '/> ... 阅读全文
posted @ 2005-08-19 17:15
泡面 @ 幸福
阅读(277)
评论(0)
推荐(0)
摘要:
1、Infragistics.WebUI.WebSchedule.WebCalendar 编译错误 说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误信息: CS0011: 引用的类“Infragistics.WebUI.WebSchedule.WebCalendar”具有在未被引用的程序集中定义的基类或接口“Infragistic... 阅读全文
posted @ 2005-08-19 11:40
泡面 @ 幸福
阅读(942)
评论(2)
推荐(0)
摘要:
这里假设是一个button,只要在if(!IsPostBack)里面添加 Button2.Attributes.Add("OnClick","return confirm('"+"是否继续?"+"');"); 就可以了。 阅读全文
posted @ 2005-08-19 11:14
泡面 @ 幸福
阅读(230)
评论(0)
推荐(0)
摘要:
read cpu id using System;using System.Runtime.InteropServices;using System.Management;namespace Hardware{/**//// /// Hardware_Mac 的摘要说明。/// public class HardwareInfo{//取机器名 public string GetHostName(... 阅读全文
posted @ 2005-08-19 11:11
泡面 @ 幸福
阅读(325)
评论(0)
推荐(0)