-
Hi, In my BO, I have added DisplayAttributes to my properties, and would now like to bind the ToolTip property of my TextBox controls to the Description property of the DisplayAttribute. Is WPF and silverlight support the DisplayAttribute dataAnnotation ? Here what I’m trying to do: In my csla...
-
Hi, Due to a major scope change, I've recently upgraded an existing project from CSLA3.8 + WPF to CSLA4 + MVC3 (razor). I should let you know at this point that I have much less experience with ASP.NET than WPF! My issue is with trying to use the WebGrid with a 'ReadOnlyListBase' in ASP.NET...
-
Hi folks, Software: CSLA 4.1 – Bxf – VS2010 I'm trying to bind my ModelView (CustomerVM.cs) to my View (CustomerView.xaml) without using DesignSource. In the Navigation class (MainMenuViewModel.cs) the view is called by using Bxf : public void LoadLoginPage() { Shell.Instance.ShowView...