Main Content RSS FeedRecent Articles

What does WSDL stand for? »

Web Services Description Language

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

False

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

It can contain many classes.

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

CompareValidator control.

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

Name two properties common in every validation control? »

ControlToValidate property and Text property.

What base class do all Web Forms inherit from? »

The Page class.

What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control? »

You must set the DataSource property and call the DataBind method.

Page 280 of 284« First...«278279280281282»...Last »