Applying CRM form field formatting to an external web application I'm trying to figure out a way to apply the formatting of a field in my CRM Form field to an external web application For example, if the CRM form field date is formatted as "yyyy-mm-dd", I want to ensure that the web application also displays that same field as "yyyy-mm-dd"
Full Text Justification from Right to Left (for Unicode text) I'm using C# in VS 2010 and project is for Net FW 3 0 There is a RichTextBox control which has the property to set the direction of typing from Right to Left But I can't find a way to make the Text justified from Right to Left : ( Any help ideas would really be appreciated
Sync Services for ADO. NET on Windows Mobile - social. microsoft. com This release includes the same N-Tier data synchronization capabilities that you have found in the Win32 version of Sync Services for ADO NET v 1 0 At the download center you are also able to download a sample that shows how the concepts of data synchronization in an N-Tier scenario enabling synchronization through corporate web servers in to your backend ADO NET enterprise data source
Sorting DataTable on multiple columns with Linq - social. microsoft. com The problem seems simple enough: I have a DataTable that I want to sort on multiple columns that can change (the user wants to sort on selected columns) and the sorting needs to be custom because of certain business rules So the DataView Sort cannot be used (unless I would create some types that have a strange implementations of ToString) The next best thing is Linq with OrderBy and ThenBy