如果要实现点击某HyperLink控件来打开页面hello.aspx,应使用的属性设置为()A、NavigateUrl=“hello.aspx”B、Target=“hello.aspx”C、Text=“hello.aspx”D、Value=“hello.aspx”
如果要实现点击某HyperLink控件来打开页面hello.aspx,应使用的属性设置为()
- A、NavigateUrl=“hello.aspx”
- B、Target=“hello.aspx”
- C、Text=“hello.aspx”
- D、Value=“hello.aspx”
相关考题:
页面上有一个DropDownList控件,如果要实现当前用户对DropDownList控件中选项的选择发生变化时重新加载页面的功能,则需要设置该控件的()。 A.AutoPostBackB.EnabledC.IsPostBackD.Visible
在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是()。A、〈input name=“mybutton” type=“button” onBlur=“compute()” value=“计算”〉B、〈input name=“mybutton” type=“button” onFocus=“compute()” value=“计算”〉C、〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“计算”〉D、〈input name=“mybutton” type=“button” onClick=“compute()” value=“计算”〉
在支付宝钱包客户端,正确更改默认付款顺序的路径为()A、打开支付宝钱包,点击【付款】-点击右上角【...】-【支付设置】-根据页面提示进行操作B、打开支付宝钱包,点击【我的】-【设置】-【支付设置】-【默认付款方式】-根据页面提示进行操作C、打开支付宝钱包,点击【我的】-【设置】-【安全设置】-【扣款顺序】-根据页面提示进行操作D、打开支付宝钱包,点击【我的】-【设置】-【通用】-【扣款顺序】-根据页面提示进行操作
在文本框的属性中要显示当前数据表中的“姓名”字段,应设置()A、thisform.Text1.value=姓名B、thisform.Text1.controlsourse=姓名C、thisform.Text1.value=”姓名”D、thisform.Text1.controlsourse=”姓名”
单选题你为certkiller的职工保健程序创建一个登记新成员的ASP.NET页面。成员资格要求其中有一个是参与者必须至少65岁。你必须确保每个预期的成员在一个名为nameTextBox的TextBox控件输入名字并在一个名为birthdayTextBox的TextBox控件输入生日。另外,你必须校验预期成员适合年龄要求。你应该怎么做?()A添加一个CustomValidator到页面。在属性窗口,设置ControlToValidate属性值为birthdayTextBox。写代码验证生日。添加一个RegularExpressionValidator控件到页面。在属性窗口,设置controlToValidate属性为nameTextBox,并创建一个规则表达式验证名字。B添加一个RangeValidator控件到页面。在属性窗口,设置ControlToValidate属性值为birthdayTextBox。写代码设置最小值和最大值属性验证生日。添加一个CompareValidator控件到页面。在属性窗口,设置controlToValidate属性为nameTextBox。添加第二个CompareValidator控件到页面。在属性窗口,设置ControlToValidate属性值为birthdayTextBox。写代码设置两个compareValidator控件的Operator和ValueToCompare属性验证姓名和生日C添加一个CustomValidator到页面,在属性窗口,设置ControlToValidate属性值为birthdayTextBox,并写代码验证生日。添加一个RequiredFieldValidator控件到页面。在属性窗口,设置ControlToValidate属性值为nameTextBox。添加第二个RequiredFieldValidator控件到页面。在属性窗口,设置ControlToValidate属性值为birthdayTextBox的。D添加一个CompareValidator控件到页面。在属性窗口,设置ControlToValidate属性值为birthdayTextBox。写代码设置Operator和ValueToCompare属性验证生日。添加一个RequiredFieldValidator控件到页面。在属性窗口,设置controlToValidate属性为nameTextBox
单选题在文本框的属性中要显示当前数据表中的“姓名”字段,应设置()Athisform.Text1.value=姓名Bthisform.Text1.controlsourse=姓名Cthisform.Text1.value=”姓名”Dthisform.Text1.controlsourse=”姓名”
单选题在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是()。A〈input name=“mybutton” type=“button” onBlur=“compute()” value=“计算”〉B〈input name=“mybutton” type=“button” onFocus=“compute()” value=“计算”〉C〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“计算”〉D〈input name=“mybutton” type=“button” onClick=“compute()” value=“计算”〉
单选题如果要实现点击某HyperLink控件来打开页面hello.aspx,应使用的属性设置为()ANavigateUrl=“hello.aspx”BTarget=“hello.aspx”CText=“hello.aspx”DValue=“hello.aspx”