1195Software EngineeringMedium
What tags one need to add within the asp:datagrid tags to bind columns manually?
ASet AutomaunalColumns Property to true on the datagrid tag
BSet AutoGenerateColumns Property to false on the datagrid tag
CIt is not possible to do the operation
DSet AutoGenerateColumns Property to true on the datagrid tag
Correct answer
B. Set AutoGenerateColumns Property to false on the datagrid tag
Explanation
The correct answer is Set AutoGenerateColumns Property to false on the datagrid tag.