in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • GridViewSearchPanel Filter delay?

    This is something stupid on my side, but I can't figure it out.... I have given the user a checkbox - that when they check it, it will filter results in the entitygridview. It is set by default to be unchecked. onCheckChanged event I run the code below. My problem is that it always seems to be one click...
    Posted to .netTiers - General Support (Forum) by david849 on 04-03-2007
    Filed under: GridView, EntityGridView, GridViewSearchPanel
  • Advance Search Problem

    Hi. Im building a contact manager and i have the table Contact, Category and ContactInCategory. I don't know what to do a advanced search, in one page i can search by Name, Last Name, Phone or Category. I generate the querystring and in other page show the results in a gridview. The problem is that i...
    Posted to .netTiers - General Support (Forum) by elfederiko on 03-28-2007
    Filed under: .netTiers, GridView, Filter, Filters, DataSource, Nettiers, GridViewSearchPanel, .net 2.0
  • 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
  • Couldn't get EntityGridView to display Total Records and Records Per Page.

    I have an EntityGridView that points to a ObjectDataSource object. I can get the gird to display the query results with sorting and paging. The problems I have is it always show "Total Records: -1" even though the actually number of rows displayed is 135, and the "Record Per Page" combo box box is always...
    Posted to General Support (Forum) by LKNetDev on 12-21-2006
    Filed under: GridView
  • Re: Custom Stored Procedure GridView Help Needed

    Okay, well thanks to your help I was able to get it to work. When you were talking about classes, I did not realize that you meant I should create a new class in the App_Code. To anyone who might have this problem later on, I had to right click on the App_Code section of my web site, click 'Add New Item...
    Posted to .netTiers - General Support (Forum) by cto7182 on 11-16-2006
    Filed under: Custom Stored Procedure, GridView, ObjectDataSource
  • Help with Entity Data Source and Grid View

    Hello, I was wondering if anyone could offer any advice. I'm currently using an entity datasource to display contents of a table in a grid view (no problem so far) however I'm trying to use the Grid View to add a record (here's where the problems begin) I've set the ShowInsertButton = true in a Command...
    Posted to .netTiers - General Support (Forum) by Wilfred Knievel on 11-06-2006
    Filed under: EntityDataSource, GridView
  • Re: EntityDataSource and Custom Stored Procedure Usage For GridView

    That tip is great, thanks. Here is what I ended up doing before reading your post. Hope it helps the next person. You are correct, the automatic paging and sorting with gridview only work with a sqldatasource or objectdatasource as I found out. Otherwise you have to make your own events methods for OnPaging...
    Posted to .netTiers - General Support (Forum) by rob_nettiers on 10-10-2006
    Filed under: ConnectionString, DataBinding, GridView, ObjectDataSource, SqlDataSource
  • EntityDataSource and Custom Stored Procedure Usage For GridView

    First of all let me say I not using the most currently release version, but I using the most current previous as you can hopefully see in my example that has allowed me to use EntityDataSource. I searched high and low here, but was not able to see example using EntityDataSource for Gridview using Custom...
    Posted to .netTiers - General Support (Forum) by rob_nettiers on 10-09-2006
    Filed under: Custom Stored Procedure, EntityDataSource, GridView
  • Re: SelectedDataKey is wrong when I filter

    Did you ever get a solution to this as I'm experiancing the same problem going from v2.0.1 to 2.2 protected void GridView_SelectedIndexChanged( object sender, EventArgs e) { string urlParams = string .Format( "Pk={0}" , GridView1.SelectedDataKey.Values[0]); throwing a exception... at _YBC_Syndicator_Sections...
    Posted to .netTiers - General Support (Forum) by matt@kiwilamb.com on 08-13-2007
    Filed under: .netTiers, GridView, Error
  • 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 2 (15 items) 1 2 Next >
Copyright © 2007 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems