HI Zags,
When making the data source for the details view, click on the advanced button when typing the query and make sure you check the option to Generate insert, Update and Delete Statement and also check use Optimistic Concurrency.
Now when you get back to your details view, you will get the small > arrow on the top right of the control, click that, its the quick menu. You can configure you data source there, then you can also click on the options of Enable Paging, Insert, Editing, Deleting etc.
For adding a data source, you got to have an SQL or any supported database first. A query or the entire rows from the table. You should add an SQLDataSource from the same place where you got the Detailsview control.
Vincent Thomas
Bangalore
|