in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Re: DeepSearch?

    You rock! I've been round and round with this problem, and then finally came back to your post. This is a great way to do this. Note to self to read property names properly. For some reason I assumed it was a method name and couldn't figure out why it always returned a null value. I can go to bed now...
    Posted to .netTiers - General Support (Forum) by Junto on 05-14-2007
    Filed under: Custom Stored Procedure, Paging, cst, CustomMethodRecordCountParamName
  • Re: Paging and Custom Stored Procedure Example

    I have had some success in solving this problem. The ORDER BY still eludes me, but I think a series of CASE WHEN statements would work (although ugly): ALTER PROCEDURE [dbo] . [_Company_SearchGetPaged] ( @WhereClause varchar ( 2000 ) = null , @PageIndex int = null , @PageSize int = null ) AS BEGIN -...
    Posted to .netTiers - General Support (Forum) by Junto on 05-10-2007
    Filed under: Custom Stored Procedure, PageSize, Paging, cst
  • Paging and Custom Stored Procedure Example

    Hi, Would anyone like to share an example of a custom stored procedure that: Supports paging, and Returns a TList not a dataset, and INNER JOINS on one or more sub tables so a WHERE search can target the sub tables I have the following, which is an exact copy of the same generated GetPaged SP for a table...
    Posted to .netTiers - General Support (Forum) by Junto on 05-08-2007
    Filed under: Custom Stored Procedure, Paging, cst
  • GetAll VS GetPaged VS Find : big confusion !

    Hi all ! First, thanks for this wonderful that is .NetTiers ! It saved my days of work ! I have a question about the generated select methods and their use in strongly type datasources. I understood that Find is more secure than GetPaged (or is it GetAll) because it uses prepared statements and thus...
    Posted to .netTiers - General Support (Forum) by Wookai on 11-19-2007
    Filed under: strongly typed datasource, Sorting, GetPaged, Paging, Find, select method, GetAll
  • Sorting, Paging and Hyperlink column with DataSet()

    Fistly, on the good note, I just wanted to say that netTiers is really great and does save lots of work. However, there is one thing I can't handle and hope that the community can help figure this. I have done some searching and (my bad, possibly) can't find an easy solution for my problem. I...
    Posted to .netTiers - General Support (Forum) by doph on 02-24-2008
    Filed under: GridView, Sorting, Paging, DataSet, HyperLinkField
  • Disable Paging

    Hello! Is it possible to DISABLE paging? Setting parameter "AllowPaging="false"" has no effect! Setting parameter "SelectMethod="GetAll"" has no effect! Thanx!
    Posted to .netTiers - General Support (Forum) by Pianist on 09-27-2007
    Filed under: Paging
  • Re: gridview from custom store procedure breaks after postback

    AHa.. all we need to do is to change parameter of starting index in paging event of grid, right? :)
    Posted to .netTiers - General Support (Forum) by vjerko on 04-28-2008
    Filed under: GridView, Paging
Page 1 of 1 (7 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems