Main Content RSS FeedRecent Articles

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.

How can you provide an alternating color scheme in a Repeater control? »

Use the AlternatingItemTemplate.

Which template must you provide, in order to display data in a Repeater control? »

ItemTemplate.

Can you edit data in the Repeater control? »

No, it just reads the information from its data source.

Which method do you invoke on the DataAdapter control to load your generated dataset with data? »

The Fill() method.

Page 281 of 284« First...«279280281282283»...Last »