in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Prevent exception or delete on page refresh

    Hi I'm relatively new to NetTiers programming so there may be a simple solution to this problem (I hope anyway!). It seems that when I have an EntityGridView bound to a datasource and I delete a row (using the CommandName="delete"), if I then hit the refresh button on the browser (IE in this case) the...
    Posted to .netTiers - General Support (Forum) by loosecannon on 04-17-2007
    Filed under: .netTiers, EntityGridView, ASp.NET, C#, .net 2.0
  • Not able to Bind with EntityGridView and deeploaded data.

    Hi there, Have tried a number of different suggestions from the forums but can't seem to get this relatively simple setup to work. I'm using the generated web admin templates and just modifying them slightly so that i can editing data from two tables at once. In this sample I'm actually using Aspnet_Users...
    Posted to .netTiers - General Support (Forum) by peelay on 04-06-2007
    Filed under: .netTiers, EntityGridView, ForeignKeys
  • Dynamically changing connection string on EntityGridView

    Hey guys, tremendous work you all are doing with .netTiers!! I need to be able to dynamically change the connection string on my Entity Data Source and for the life of me I can't figure it out. Here is my Entity Data Source and EntityGirdView. < dataAms : AMSSiteDrugsViewDataSource ID ="dsSiteDrugsView...
    Posted to .netTiers - General Support (Forum) by david849 on 03-13-2007
    Filed under: .netTiers, EntityDataSource, ConnectionString, EntityGridView, .net 2.0
  • How to sort with EntityGridView and entity DataSource

    I am attempting to pull from a SQL Server database using the strongly typed datasource generated by CodeSmith. Paging is working correctly, however I cannot seem to get sorting to work. Thanks in advance, jeremiah Here is the code in question: <cc1:DistrictDataSource ID="DistrictDataSource1" EnablePaging...
    Posted to .netTiers - General Support (Forum) by peschkaj on 02-21-2007
    Filed under: .netTiers, ASp.NET, DataSource, EntityGridView
  • EntityGridView won't render in design view

    Hi - I'm pretty much new to .netTiers (and from what I've seen so far I'm loving it!), so apologies if I'm missing something obvious. However when I try and bind either a GridView or an EntityGridView to one of the new typed entity datasources, it won't render in Visual Studio design mode. Here's an...
    Posted to .netTiers - General Support (Forum) by RichT on 02-04-2007
    Filed under: .netTiers, DataBinding, EntityDataSource, EntityGridView, GridView
  • Re: Couldn't get EntityGridView to display Total Records and Records Per Page.

    LKNetDev, For EntityGridView to work against ObjectDataSource edit the EntityGridView.cs and modify the following: void dsc_Selected(object sender, ObjectDataSourceStatusEventArgs e) { RecordsCount = e.AffectedRows; RecordsCount = ((DataSet)e.ReturnValue).Tables[0].Rows.Count; } Thanks, Michael P.S ...
    Posted to General Support (Forum) by mike123 on 12-27-2006
    Filed under: .netTiers, EntityGridView, ObjectDataSource
  • Basic question on deleting from EntityGridView

    I think I'm missing something really basic here. I have an entity gridview bound to a typed datasource- this is the generated admin page using 13/Nov/06 nightly templates. The entity has multiple foreign keyed relations. Nothing happens when I select delete. Its obviously choking on the foreign key colections...
    Posted to .netTiers - General Support (Forum) by fooster on 12-14-2006
    Filed under: .netTiers, EntityGridView, Typed DataSource Controls
  • GridView postback updates datasource filters with new values

    I have a bunch of form fields that are used to filter a result set. The datasource has multiple filters setup that are linked to these controls. If I change a field value - choose an option in a dropdown field - and then try to navigate to Page 2 in the EntityGridView, the datasource detects that the...
    Posted to .netTiers - General Support (Forum) by achoudhary on 08-10-2007
    Filed under: .netTiers, EntityGridView, reset filter, postback
  • Unable to get Pager to display when inside my site ...

    Hello All, I'm completely baffled by this one. I generated code with a web site and the <TableName>.aspx displays a EntityGridView with a pager at the bottom. I have copied and pasted the contents of the aspx page and the .cs codebehind to my own site the data show up just fine but the control...
    Posted to .netTiers - General Support (Forum) by michael9731 on 10-11-2007
    Filed under: .netTiers, EntityGridView, beginner
  • EntityGridView Update inside Ajax UpdatePanel

    Hello, I have generated a netTiers, admin site was generated to. when the UpdatePanel was added into the EntityGridView, and i do edit update the data, it's take so long and finally crash on database. What should i do to make the EntityGridView works fine inside UpdatePanel and ContentTemplate? Thanx
    Posted to .netTiers - General Support (Forum) by rudy on 01-22-2008
    Filed under: .netTiers, EntityGridView, ajax updatepanel, nettiers administration website
Page 1 of 2 (11 items) 1 2 Next >
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems