Showing related tags and posts accross the entire site.
-
Private ProductUnit As New ProductUnit Private ProductUnits As TList(Of ProductUnit) ProductUnits = UnitProvider.GetAll() Now i want to sort the ProductUnits collection in descending order of the property ProductUnitId. I tried this ProductUnits.Sort("ProductUnitId DESE") but it failed What...
-
Hey Board, I just spent 20 minutes writing out a post and hit the back button... *bangs head on desk*... Sorry this one is shorter, but I have to get some sleep! My question pertains to the following table structure: http://www.photolava.com/view/cj39.html Quick Explanation: Members are people within...
-
Hi ! I have a GridView filled using a strongly typed datasource, in which one more more fields are deeploaded (see code below for an example). <data:RegionDataSource ID="__regionDS" runat="server" SelectMethod="GetPaged" UpdateMethod="update" EnableDeepLoad...