how to make a base control in silverlight

Posted by Edwin Tai on Stack Overflow See other posts from Stack Overflow or by Edwin Tai
Published on 2010-04-15T13:13:28Z Indexed on 2010/04/17 13:03 UTC
Read the original article Hit count: 262

Filed under:
|
|
|

I have a user control in silverlight which contains both XMAL and .cs file.
But I wanna make it into a base control.
In other word,I can make a control inherited it whose area in it can be edited.
Just like Master Page in asp.net,you know.
In the base control,I only have a lot of description in XMAL,perhaps it can be described in the .cs file,too.

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about ASP.NET