Search Results

0
votes
0answers
48 views

Spring.NET data binding with UserControl

I am trying to bind a public UserControl property to my model inside a parent page. I created a simple example to show what I am trying to do, you can see it on …