栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > NET面试题库

ASP.NET英文面试题附答案(3)

ASP.NET英文面试题附答案(3)

28.What base class do all Web Forms inherit from?

The Page class.

29.Name two properties common in every validation control?

ControlToValidate property and Text property.

30.What tags do you need to add within the asp:datagrid tags to bind columns manually?

Set AutoGenerateColumns Property to false on the datagrid tag

31.What tag do you use to add a hyperlink column to the DataGrid?

32.What is the transport protocol you use to call a Web service?

SOAP is the preferred protocol.

33.True or False: A Web service can only be written in .NET?

False

34.What does WSDL stand for?

Web Services Description Language

35.Where on the Internet would you look for Web services?

http://www.uddi.org

36.Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

DataTextField property

37.Which control would you use if you needed to make sure the values in two different controls matched?

Comparevalidator Control

38.True or False: To test a Web service you must create a windows application or Web application to consume this service?

False, the webservice comes with a test page and it provides HTTP-GET method to test.

39.How many classes can a single .NET DLL contain?

It can contain many classes.

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/266092.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号