in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Help: Entity Update Problem ?

    Hi I have the following code running AfterInsert of a DataSource control. What I'm trying to achieve is set the value MasterShow_Pk equal to a value. The code runs fine but the Data Store is not being updated with the value. protected void _x_ShowsDataSource_AfterInserted( object sender, x.Web.Data....
    Posted to .netTiers - General Support (Forum) by matt@kiwilamb.com on 05-27-2007
    Filed under: .netTiers, EntityDataSource, DataSource, Entities, Database
  • EntityDataSourceFilter inside DetailsView

    Hello, people! I'm just about to finish a project, but I am stuck at something that, hopefully, is somthing silly I am missing... I have a DetailsView attached to an ObjectDataSource (the DataSource was created with NetTiers, if this is relevant information). I can't make it work as desired if the DataSource...
    Posted to .netTiers - General Support (Forum) by Thiago on 05-16-2007
    Filed under: EntityDataSource, DataBinding, ObjectDataSource
  • Entity not saving when using AJAX toolkit tab control

    I''ve generated against a database and one of the entities has a large number of fields. I wanted to display the fields in a tab control, using the AJAX toolkit tab container and tabpanels. I had turned on the option to generate the admin site, and then took the usercontrol and placed the fields on the...
    Posted to .netTiers - General Support (Forum) by millerwa on 05-03-2007
    Filed under: EntityDataSource, .netTiers, Entities, need advice, AJAX Toolkit
  • Sorting EntityGridView when not using GetPaged Method

    This has been a huge problem for me and from what I can tell, a lot of us. Unless you are using the GetPaged method, the EntityGridView ignores the sorting event. I started to throw out the NT grid, but then it dawned on me... 1. Setup your grid and datasource just as you usually would, except turn off...
    Posted to .netTiers - General Support (Forum) by basolutions on 05-02-2007
    Filed under: EntityDataSource, EntityGridView, Sorting
  • OrderByClause

    Hello: Okay, I've done quite a bit of searching for this, but to no avail. Item in question is the 'OrderByClause' used with typed datasources as an input parameter. The obvious use is and 'order by' clause for a stored proc parameter. The unobvious is what the 'OrderByClause' traces back to. I've found...
    Posted to .netTiers - General Support (Forum) by zeus on 04-15-2007
    Filed under: .netTiers, EntityDataSource, DataSource, datasource sorting, .net 2.0, SqlParameter
  • Using UltraWebGrid with .netTiers

    Hey everyone, I know there are a lot of mixed feelings/experiences using the Infragistics controls with .netTiers on these forums, but there really isn't any demonstrated examples of how (if possible) to make all of it work together. I am trying to create a simple UltraWebGrid that uses a TypedDataSource...
    Posted to .netTiers - General Support (Forum) by Lusid on 03-24-2007
    Filed under: .netTiers, Typed DataSource Controls, CRUD, EntityDataSource, ObjectDataSource, Infragistics, strongly typed datasource, Web project, C#, .net 2.0
  • 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
  • Data Source control - ASP.NET Design View problem

    I have a problem with a simple Data Source control: < data : UserDataSource ID ="dataUser" runat ="server" SelectMethod ="GetAll" EnableSorting ="true" EnablePaging ="true" > </ data : UserDataSource > Works fine, BUT in design view this control does not render properly: Error Creating Control...
    Posted to .netTiers - General Support (Forum) by dvd on 03-06-2007
    Filed under: EntityDataSource, ASp.NET
  • 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: EntityDataSource.Filter ~ DataList

    Ryan, Sorry it's totally slipped my mind , you should fine just use asterisk instead of percentage when you construct your LIKE clause protected void SearchButton_Click( object sender, EventArgs e) { ClearSearchButton.Enabled = true ; GlossaryDataSource1.Filter = String .Format( "Term LIKE '{0}*'" ,...
    Posted to .netTiers - General Support (Forum) by mike123 on 12-13-2006
    Filed under: EntityDataSource, Filter
Page 1 of 3 (26 items) 1 2 3 Next >
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems