

InterviewSolution
Saved Bookmarks
1. |
What is the differences between style and templates |
Answer» Different between Style and Template are as follows :-Style:\xa0You can set\xa0only pre-existing\xa0properties in the style. Template:\xa0When you modify a template,\xa0you have access to more parts of a control\xa0than when you modify a style. Style:\xa0You can use styles to specify the default behavior of a control. Template:\xa0You can specify the behavior of any new and existing parts in a template by using triggers. | |