
控件
文章平均质量分 69
bubuhemalu
问心无愧,开心就好!
穷荒绝漠鸟不飞,石泽千山梦犹在。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Label
Label 类表示在网页上显示文本的标签控件。 命名空间:System.Web.UI.WebControls程序集:System.Web(在 system.web.dll 中) 语法 Visual Basic(声明)"Text")> _Public Class Label Inherits WebControl转载 2008-06-28 10:51:00 · 872 阅读 · 0 评论 -
RadioButtonList 构造函数
RadioButtonList 构造函数初始化 RadioButtonList 类的新实例。 Public Sub NewVisual Basic(用法)Dim instance As New RadioButtonListC#public RadioButtonList ()C转载 2008-06-28 11:24:00 · 486 阅读 · 0 评论 -
面版数据(panel data)
面版数据(panel data) 英文是panel data。Panel 本身有“面板”的意思,panel data有时间和截面两个维度,当这类数据按两个维度排列时,是排在一个平面上,与只有一个维度的数据排在一条线上有着明显的不同,所以把panel data译作“面板数据”有其形象化的特点。然而,如果把panel data译为“时间序列—横截面数据” 则更从本质上揭示了这类数据的特点,应该转载 2008-06-28 11:28:00 · 5612 阅读 · 0 评论 -
CREATE TABLE
CREATE TABLENameCREATE TABLE -- 定义一个新表SynopsisCREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name ( { column_name data_type [ DEFAULT default_expr ] [ column_constrain转载 2008-06-28 11:30:00 · 867 阅读 · 0 评论 -
TableCell 类
TableCell 类<!--Content type: Devdiv1. Transform: orcas2mtps.xslt.--> _ _Public Class TableCell _ Inherits WebControlVisual Basic(用法)Dim instance As TableCell转载 2008-06-28 11:32:00 · 570 阅读 · 0 评论 -
TableCell 类
TableCell 类<!--Content type: Devdiv1. Transform: orcas2mtps.xslt.--> _ _Public Class TableCell _ Inherits WebControlVisual Basic(用法)Dim instance As TableCell转载 2008-06-28 11:32:00 · 1023 阅读 · 1 评论 -
TableCell 类
TableCell 类<!--Content type: Devdiv1. Transform: orcas2mtps.xslt.--> _ _Public Class TableCell _ Inherits WebControlVisual Basic(用法)Dim instance As TableCell转载 2008-06-28 11:32:00 · 548 阅读 · 0 评论 -
java calendar资料
java calendar资料<!--google_ad_client = "pub-7000344574295148";google_alternate_ad_url = "http://www.web162.com";google_ad_width = 468;google_ad_height = 15;google_ad_format = "4转载 2008-06-28 11:34:00 · 884 阅读 · 1 评论 -
CompareValidator 构造函数
CompareValidator 构造函数为移动控件创建 CompareValidator 的新实例。 Public Sub NewVisual Basic (用法)Dim instance As New CompareValidatorC#public CompareValidator ()转载 2008-06-28 11:43:00 · 727 阅读 · 0 评论 -
RadioButton 类
RadioButton 类<!--Content type: Devdiv1. Transform: orcas2mtps.xslt.-->当与其他 RadioButton 控件成对出现时,使用户能够从一组选项中选择一个选项。 "Checked")> _True)> _ _Public Class RadioButton _转载 2008-06-28 11:22:00 · 678 阅读 · 0 评论 -
CheckBoxList..::.RepeatColumns 属性
CheckBoxList..::.RepeatColumns 属性 <!--Content type: Devdiv1. Transform: orcas2mtps.xslt.--> Public Overridable Property RepeatColumns As IntegerVisual Basic(用法)转载 2008-06-28 11:19:00 · 1297 阅读 · 0 评论 -
button
在网页上显示下压按钮控件 _ _Public Class Button _ Inherits WebControl _ Implements IButtonControl, IPostBackEventHandlerVisual Basic(用法)Dim instance As ButtonC#[A转载 2008-06-28 10:53:00 · 538 阅读 · 0 评论 -
getimage
函数名: getimage 功 能: 将指定区域的一个位图存到主存中 用 法: void far getimage(int left, int top, int right, int bottom, void far *bitmap); 程序例: #include #includ转载 2008-06-28 10:56:00 · 937 阅读 · 0 评论 -
getimage
函数名: getimage 功 能: 将指定区域的一个位图存到主存中 用 法: void far getimage(int left, int top, int right, int bottom, void far *bitmap); 程序例: #include #includ转载 2008-06-28 10:56:00 · 630 阅读 · 1 评论 -
getimage
函数名: getimage 功 能: 将指定区域的一个位图存到主存中 用 法: void far getimage(int left, int top, int right, int bottom, void far *bitmap); 程序例: #include #includ转载 2008-06-28 10:57:00 · 2012 阅读 · 0 评论 -
HYPERLINK函数的妙用
4.HYPERLINK函数的妙用 HYPERLINK函数用于创建各种快捷方式,比如打开文档或网络驱动器,跳转到某个网址等。说得夸大一点,在某个单元格中输入此函数之后,可以跳到我们想去的任转载 2008-06-28 11:03:00 · 1181 阅读 · 0 评论 -
ImageButton 构造函数
ImageButton 构造函数初始化 ImageButton 类的新实例。 命名空间:System.Web.UI.WebControls程序集:System.Web(在 system.web.dll 中) 语法 Visual Basic(声明)Public Sub NewVisual Basic(用法)Di转载 2008-06-28 11:11:00 · 620 阅读 · 0 评论 -
LinkButton 类
LinkButton 类 _ _ Public Class LinkButton _ Inherits WebControl _ Implements IButtonControl, IPostBackEventHandler Visual Basic(用法)Dim instance As LinkButtonC#转载 2008-06-28 11:13:00 · 936 阅读 · 0 评论 -
CheckBox 类
CheckBox 类 "FullTrust")> _"FullTrust")> _Public Class CheckBox _ Inherits CheckBox _ Implements ISupportInitializeExtendedControlVisual Basic(用法)Dim instance转载 2008-06-28 11:17:00 · 568 阅读 · 0 评论 -
RegularExpressionValidator 事件
RegularExpressionValidator 事件 公共事件 名称 说明 DataBinding转载 2008-06-28 11:47:00 · 960 阅读 · 2 评论