Right, I see. That is correct.
In most circumstances, you can use a DetailsView to allow a user to insert new records, or edit more complex data structures (with custom templates for stuff like Calendars and so on).
Alternatively, you could create a custom class, say Content, with Get, Insert, List and Update methods. Then you can use an ObjectDataSource and use that for data access. With a custom class, it's easier to create a custom InsertUpdate page that allows you to manage your data.
You won't get these options if the underlying data source control doesn't support these features. So, when your SqlDataSource or ObjectDataSource doesn't have code to delete records, the GridView doesn't have the option on the Smart Task pane. However, you can still enable deleting for the GridView through the Properties grid for the control
I am glad you like my little unuseless Chindogu project.... ;)
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004