views:

143

answers:

0

hi, I am working on NHibernate with wpf. I want to inject (insert) XAML from code behind file. for example I have a xaml grid at user interface level. Now i want to enter xaml string in xaml grid tag from code behind file. How can i achieve that?

I want dynamically insert/remove xaml from .cs file. please help.