CodeSmith Community
Your Code. Your Way. Faster!

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Sorting a TList in descending order

    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...
    Posted to .netTiers - General Support (Forum) by sujithukvl@gmail.com on 06-11-2008
    Filed under: sort
  • Question about sorting, searching, and gridviews (images/code included)

    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...
    Posted to .netTiers - General Support (Forum) by thisbetom on 01-15-2008
    Filed under: Sorting, search, sort, gridViewiew, searching
  • Sort on deeploaded field

    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...
    Posted to .netTiers - General Support (Forum) by Wookai on 11-08-2007
    Filed under: GridView, strongly typed datasource, DeepLoad, external, sort
Page 1 of 1 (3 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems