CodeSmith Community
Your Code. Your Way. Faster!

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • DataSets

    Hi, I'm brand new to CodeSmith and so far it looks great. I've been looking through thte Template Explorer and the TypedDataSet.cst template popped out at me. I am creating a DataSet based DAL using Visual Studio 2005. I notice that .xsd, .vb, .xsc and .xss files are generated by VS. My question...
    Posted to Community Support (Forum) by a222493 on 03-13-2008
    Filed under: Visual Studio, .netTiers, dataset
  • 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
  • Reference custom dll from template

    I want a template to reference a dll that will create complex data for the template to use such as a strongly typed dataset. How can I do this? or how can I pass in a strongly typed dataset into the template and have the template be able to understand/recognize this dataset? Thanks
    Posted to Community Support (Forum) by gPadvorac on 01-19-2008
    Filed under: dataset
  • Custom Stored Procedure Does not return Dataset (anymore)

    Hi, I have a problem with a custom stored procedure. It does not return Dataset anymore (worked fine until now) when I am calling it from the Service of the entity which belongs. Stored Procedure : CREATE PROCEDURE [dbo].[usp_Material_FindMaterial_Like] @Code as nvarchar(50) AS BEGIN SET NOCOUNT ON;...
    Posted to .netTiers - Bug Reports (Forum) by geochatz on 07-04-2007
    Filed under: bug, Stored Procedures, dataset
  • Converting TList to DataSet gives empty result

    Hi all, I'm trying to get a DataSource from.NetTiers. I've read the posts in this forum and followed some suggestions. Here is how everyone suggested: TList<Cities> cityList = DataRepository.CitiesProvider.GetAll(); DataSet ds = cityList.ToDataSet(false); //when I set this to true, it gives...
    Posted to .netTiers - General Support (Forum) by hellocrowley on 06-14-2007
    Filed under: TList, DataSet, ToDataSet
  • How? DataSet to TList or DataSet to VList

    I found a lot of posts about problem for converting TList to DataSet but how I can convert DataSet to TList and VList in order to use generated classes I am used to? Thank in advance Alex
    Posted to .netTiers - General Support (Forum) by halex on 06-19-2008
    Filed under: TList, VList, DataSet, Converting DataSet to TList or VList, Converting
Page 1 of 1 (6 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems