Advanced Options - LinqDataSource

The Advanced Options dialog box enables you to specify whether users can update, insert, and delete data records through the LinqDataSource control. You provide the interface for updating, inserting, or deleting by creating a data-bound control.

You access the Advanced Options dialog box by selecting the Advanced button on the Configure Data Source - LinqDataSource dialog box.

  • Enable the LinqDataSource to perform automatic deletes
    Specifies whether users can delete data records through the LinqDataSource control. The LinqDataSource control automatically creates the command to delete data.

  • Enable the LinqDataSource to perform automatic inserts
    Specifies whether users can insert data records through the LinqDataSource control. The LinqDataSource control automatically creates the command to insert data.

  • Enable the LinqDataSource to perform automatic updates
    Specifies whether users can update data records through the LinqDataSource control. The LinqDataSource control automatically creates the command to update data.

See Also

Concepts

LinqDataSource Web Server Control Overview

Reference

EnableDelete

EnableInsert

EnableUpdate