Multiple choice technology web technology

Which one of the following ASP.NET tags is valid?

  1. < hyperlinkcolumn>

  2. < boundcolumns>

  3. < asp: headerstyle>

  4. < columns>

  5. < datagrid>

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

(option D) is a valid ASP.NET tag used within DataGrid to define column collections. Option A uses invalid syntax (space in tag name), B incorrectly uses 'boundcolumns', C has a space in the tag name, and E uses lowercase 'datagrid' which is not a standard declarative tag.