⟩ Give the comment Tags for the following?
VBScript : REM & ‘(apostrophe)
JavaScript : // (single line comment)
/* starting multi line comments
(Multi-line comments)
ending multi line comments */
VBScript : REM & ‘(apostrophe)
JavaScript : // (single line comment)
/* starting multi line comments
(Multi-line comments)
ending multi line comments */
Describe the difference between inline and code behind.
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?
What base class do all Web Forms inherit from?
Name two properties common in every validation control?
Which property on a Combo Box do you set with a column name, prior to setting the Data Source, to display data in the combo box?
Which control would you use if you needed to make sure the values in two different controls matched?
How many classes can a single .NET DLL contain?
What is ViewState?
What is the lifespan for items stored in ViewState?
What does the "EnableViewState" property do? Why would I want it on or off?