Which one of the following ASP.NET tags is valid?
-
< hyperlinkcolumn>
-
< boundcolumns>
-
< asp: headerstyle>
-
< columns>
-
< datagrid>
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.