Silverlight to WPF conversion Issue with AutoCompleteBox
I am bringing my mature SL app to WPF. I am quite liberal with the use of AutoCompleteBoxes and often have more than one on a page.The data for the dropdown of each Auto...box comes from a database...
View ArticlePassing nullable types to DataPortal.Fetch
I am fairly new to CSLA4 and in general I have had no issues working with it until I tried to create Fetch method that passed a Nullable<Boolean> value. I can pass either 'true' or 'false'...
View ArticleFORUM HAS MOVED TO GITHUB
This forum is now an archive. All active discussions can be found on the CSLA Forum on GitHub. ----This forum is now read-only and new user registration is disallowed.To use the new forum you will need...
View ArticleMoving DataPortal from Local to Http
I moved the DataPortal from running Local to be an HttpProxy, as follows: <addkey="CslaDataPortalProxy"value="Csla.DataPortalClient.HttpProxy,Csla" />< addkey="CslaDataPortalUrl"...
View Article