Jan Remunda
Jan Remunda

Reputation: 7930

Insert new record in EntityDataSource

How can i insert new record in EntityDataSource (from gridview)

Thanks a lot.

Upvotes: 3

Views: 6539

Answers (2)

suleimanforever
suleimanforever

Reputation: 71

If you don't want to add your own insert-functionality its easier to use a ListView instead of a GridView.

http://social.msdn.microsoft.com/Forums/en/adodotnetentityframework/thread/a06bc929-08b6-44fd-87be-80075a9a7137

Upvotes: 1

Bård
Bård

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

Related Questions