Browse by Tags

Related Posts

  • DataSource x GridView Error

    Hi, I'm newbie in ASP.Net. I'm creating a datasource and trying to link my gridview to the datasorce created. But it doesn't work. What i'm doing wrong? DataSet dsAppPages = new DataSet(); commPages.FillDataSet(dsAppPages, command,CommandType.Text); /* this is a class who has commands...
    Posted to C# (Forum) by danilocs.tec on 04-28-2009, 12:00 AM
    Filed under: asp.net, C#, Datasource, Gridview
  • paging by Grouped Rows in a GridView

    Hello everybody, I am attempting to use a GridView control with paging to display a set of transactions populated by an SQL database where each row in the GridView is a single transaction. I am able to connect to the db and display the list of transactions fine and even have the paging working. The problem...
    Posted to Data Presentation Controls (Forum) by MegaBearsFan on 04-01-2009, 12:00 AM
    Filed under: paging, datasource, Grouping, gridview
  • Remove dynamicly columns from an gridview

    Im making an c# class library project with an dataset and an gridview. Everything works fine. The gridview shows some information. But I would like to remove or disable some columns from the gridview. It is simple in the designer, but I don't know how it works for an class library project(in runtime...
    Posted to Data Presentation Controls (Forum) by khalidelmeknesi on 04-01-2009, 12:00 AM
    Filed under: columns, datasource, GridView
  • Gridview PageIndexChanging event not handled

    I'm using List<Customer> as a datasource for gridview. The first page gets displayed, no problem. But when I change the page to view any other page the following error appears: --------------------------------- The GridView 'VehicleGridView' fired event PageIndexChanging which wasn't...
    Posted to Data Presentation Controls (Forum) by eastw on 10-14-2008, 12:00 AM
    Filed under: pageIndexchanging, paging, business object, datasource, generic list, GridView
  • EnableHistory, OnNavigate, GridView returning to right State but Bound Controls not

    Hi I have the above working features fine for dealing with going back to the history of a query of data shown in a GridView that includes down to the level of going to the correct page in the GridView the user was last on before clicking out on to another page. The problem I'm having is with setting...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by woottonjohn on 09-12-2008, 12:00 AM
    Filed under: onnavigate, ajax, asp.net, datasource, dropdownlist, history, GridView
  • Display only Desired Properties of Object in List<T>

    I am setting the datasource of a GridView to List<T>. I only want to show specific properties of object T. However, while I get the properties that I specify in my GridView BoundFields I also get every other property of object T and the ones I have already listed. To be specific I do not want to...
    Posted to Data Presentation Controls (Forum) by ahsteele on 05-01-2008, 12:00 AM
    Filed under: BoundField, databind, datasource, List<T>, GridView
  • Error in gridview and sqldatasource control

    i have 1 gridview and 1 sqldatasource control. on page load gridview gets the select query from datasource. i placed a dropdown to change the select command with where conditions (mentioned inside the selectedindexchanged). my problem is pageindex of the gridview is not working properly. i set pagesize...
    Posted to Data Presentation Controls (Forum) by mds8000 on 04-11-2008, 12:00 AM
    Filed under: gridview, page index, datasource
  • Using 2 objects for 1 ObjectDataSource (Factory & Repository)

    Perhaps somebody can help me with a problem I am currently having. I will try and give some background to describe my problem. Currently I have the following situation: - Using Nhibernate behind the screens and DDD. - Factory classes exist to create new Enities - Repository classes to select, update...
    Posted to Data Access and ObjectDataSource Control (Forum) by Asgorath on 03-06-2008, 12:00 AM
    Filed under: NHibernate, objectdatasource, DataSource, ddd, factory, Gridview, repository
  • Page change in gridview causing problems

    Hi. I'm having a problem and I don't really know if it's the rigth place to post but... here I go. I have a gridview with a LinqDataSource to obtain the list of Products from my database. I have a textbox and a button to search a product by his name in the list and it works except for one...
    Posted to Data Access and ObjectDataSource Control (Forum) by thia on 02-06-2008, 12:00 AM
    Filed under: object data source parameters, paging, .net, asp.NET 3.5, DataSource, gridview pagination filter, gridview paging, gridview DataSource, Gridview
  • Gridview nested in Repeater Data Issue

    I am trying to datasource a gridview within a repeater. I am having issues passing the data from the repeater to the gridview (either to source it manually or set the Gridview's SQLDataSource attributes wtihin the Repeater_ItemDataBound event.) The XML will look similar to this (all dummy data):...
    Posted to Data Presentation Controls (Forum) by kgarl on 11-28-2007, 12:00 AM
    Filed under: Repeater, ASP.net 2.0, C#, Datasource, Gridview
Page 1 of 3 (24 items) 1 2 3 Next >