nerdexam
Microsoft

98-363 · Question #56

An <asp:LinqDataSource> populates an <asp:GridView> control. You need to ensure that users can add new rows to the underlying table. Which property should you set?

The correct answer is C. EnableInsert="true" on the <asp:LinqDataSource> control. See the full explanation below for the reasoning.

Question

An asp:LinqDataSource populates an asp:GridView control. You need to ensure that users can add new rows to the underlying table. Which property should you set?

Options

How the community answered

(66 responses)
  • A
    3% (2)
  • B
    12% (8)
  • C
    79% (52)
  • D
    6% (4)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice