Jack
Jack

Reputation: 1

handling UI events in asp.net mvp

been breaking my head over mvp pattern over the last two days. can someone please guide me to a book or some source with an illustration. basically trying to wire up some ui events i.e. drop down list changed, grid view edit,delete etc and passing the event args what properties need to be exposed etc..

your help would be appreciated..

Jack

Upvotes: 0

Views: 841

Answers (2)

painotpi
painotpi

Reputation: 6996

Hey here's an article on CodeProject with a trivial example.. hope it helped!

Upvotes: 1

jimplode
jimplode

Reputation: 3502

try this site:

http://msdn.microsoft.com/en-us/library/ff647543.aspx

Upvotes: 0

Related Questions