I'm planning on creating a crud-screen with the folliwing template: on the left side there'll be a list of objects, and clicking on an object will bring up a screen for editing or adding it (it would probably have it's own Save button that would call the web service)
Since the same scenario can be used for many d开发者_StackOverflow中文版ifferent objects, I would like to create a reusable control and then just pass it an object type. Is something like that possible?
It is possible. You need to look up "creating templateable silverlight controls".
精彩评论