textbox

英音[ ˈteksbɒks ] 美音[ ˈtekstbɑːks ]
文本框
常用释义
n. 文本框

扩展信息

文本框
文本框Textbox)和下拉框(Combobox)自动联想功能的实现(1969) .NET_RSA加密全接触(重、难点解析)(1528) Director…
文本框控件
文本框控件(textbox)主要用于接收或显示数据,在vfp中是一个常用控件,差不多每个程序都要用到它。vfp基础教程-文本框(text…
文字方块
文字方块(TextBox)的内容(Text) 在 发布至服务器期间 变 更 时 将引发 TextChanged 事件。Note注意事项---- TextBox 控件必 …
文字框
文字框 (TextBox) 中,我们可以设定 MaxLength 属性来设定文字框可输入的最大长度,但是同样具有一个文字框的 ComboBo…
输入框
如果用输入框textbox)的话又很有可能输入错误 即使做检核也没有直接从数据库拉的好所以我想做成和进百度首页 你搜索东 …

例句

You see that there's a control parameter, query, that's bound to the Text property of the txtQuery TextBox.

您可以看到,有一个控件参数query被绑定到txtQueryTextBox的Text属性。

该示例假定ASP.NET网页上至少有一个TextBox控件,还包含一个Label控件和一个Button控件。

They consist of a Label control and a TextBox control for the first name, and a Label control and a TextBox control for the last name.

它们由Label控件和TextBox控件(用于输入名)以及Label控件和TextBox控件(用于输入姓)组成。

此示例验证用户已至少将8个字符输入到TextBox控件中。

请注意这个文本框有一个滚动条,鼓励你录入必要的、对问题足够丰富的解释。

CharacterCasing枚举值中的一个值,它指定TextBox控件是否修改字符的大小写格式。

TextBox控件包含多个属性,用于控制该控件的外观。

(检测)控件允许你检测一个输入控件(像一个文本框),并在检测失效时显示一条消息。

当你打字时,从开发者设置的列表中(显示在在文本框之下的一个列表框中)匹配条目。

By default, the TextBox is populated with the name of one of the Northwind Traders employees.

默认情况下,用NorthwindTraders的某一雇员的姓名填充TextBox。

介绍TextBox控件的一般概念,使用该控件,用户可以输入可编辑的多行内容。

此示例要求从一个现有窗体调用该方法,且该窗体上须有一个TextBox和Button。

您将看到一个有关两个随机生成数的加法问题,以及一个用于输入答案的TextBox控件。

If you expect a number from a textbox , block the request if the user enters something that cannot be converted to a number .

如果预期来自文本框的数字,请在用户输入无法转换为数字的内容时阻止该请求。

你的程序应该显示这些数字,并要求学生将它们相乘,然后输入到一个文本框的答案。

在设计窗体的第一个文本框右侧绘制第二个矩形,如图所示。

The DropDownList displays the name of a Northwind employee, while the TextBox controls are used to enter and update address information.

DropDownList显示Northwind雇员的名称,而TextBox控件用于输入和更新地址信息。

That will change the name label into an editable textbox. Rename the file to "blog. html" and hit Enter to effectuate the name change.

在可编辑的文本框里将文件重命名为“blog.html”并且点击回车以完成重命名。

多行TextBox控件允许用户在支持自动换行和水平及垂直滚动的框中键入信息。

Users will not be allowed to enter anything other than numbers in the textbox.

用户在textbox中,除了数字不能输入其它任何数据。

The code example consists of a TextBox control, a GridView control, the ObjectDataSource control, and a Submit button.

此代码示例由一个TextBox控件、一个GridView控件、ObjectDataSource控件和一个“Submit”(提交)按钮组成。

In the Toolbox, from the Standard group, drag three controls onto the page: a TextBox control, a Button control, and a Label control.

从“工具箱”的“标准”组中将下列三个控件拖到页上:TextBox控件、Button控件和Label控件。

如果对TextBox控件中的文本进行了格式设置,那么其值可能相同,但其字符串表示形式会不匹配。

In this implementation, the composite control displays a TextBox control enclosed in two literal controls that render HTML.

在此实现中,复合控件显示一个用两个呈现HTML的文本控件括起来的TextBox控件。

从“工具箱”的“标准”组中,将三个控件拖到该页上:一个TextBox控件、一个Button控件和一个Label控件。

To get a consistent size for your TextBox, set its Multiline property to true.

若要为TextBox获取相同的大小,请将它的Multiline属性设置为true。

如果您希望在页眉或页脚中添加变量或计算数据,还可以在文本框中包含表达式和数据绑定图像。

该客户端脚本显示TextBox控件中的文本长度。

如果TextBox控件是多行文本框,则它显示的行数由Rows属性确定。

The TextBoxStyle property defines the appearance of the User name and Password TextBox controls in the Login control.

TextBoxStyle属性定义Login控件中“用户名”和“密码”TextBox控件的外观。