Computer Programming MCQs ASP.net
Q What tags one need to add within the asp:datagrid tags to bind columns manually ?
  • A A. Set autogeneratecolumns property to true on the datagrid tag
  • B B. Set autogeneratecolumns property to false on the datagrid tag
  • C C. Set automaunalcolumns property to true on the datagrid tag
  • D D. It is not possible to do the operation
Leave a Comment