Reputation: 7930
How can i insert new record in EntityDataSource (from gridview)
Thanks a lot.
Upvotes: 3
Views: 6539
Reputation: 71
If you don't want to add your own insert-functionality its easier to use a ListView instead of a GridView.
Upvotes: 1
Reputation: 634
I'm having the same problem right now and I found this: How to fire up insert event
Not what I hoped for but it seems to be working.
Upvotes: 1