Browse by Tags

Related Posts

  • Bind datalist inside a gridview column

    Hi guys, I have a Gridview control that populates with several products and I edited the template of one of the columns of the grid and added a datalist to it, this datalist contains a checkbox on the item template that reads boolean values. The reason why is because besides the current grid columns...
    Posted to Data Presentation Controls (Forum) by pcfaguiar on 04-14-2009, 12:00 AM
    Filed under: Datalist, GridView
  • Combine Multiple Rows into One Row

    I am having a problem joining multiple row values into a single row. I need the values to be displayed like: Values Merged Value Equals 123 - 127 2 129 2 131 2 Currently the values are displaying like this: Values Not Merged Value Equals 123 2 124 2 125 2 126 2 127 2 129 2 131 2 I have the information...
    Posted to Data Presentation Controls (Forum) by cistvan on 02-26-2009, 12:00 AM
    Filed under: single cell editing, c#, Combining Row Values, Datalist, GridView
  • fastest methods of databinding (repeater, datalist, datagrid, listview, gridview )

    Hi, Im currently using a repeater in most of my web application because I started building it in asp 1.1 and because I don't need postback functionality, and primarily because I need to do things that render the fastest possible. Is it possible the newest version of the ASP:LISTVIEW is faster than...
    Posted to Data Presentation Controls (Forum) by mike123 on 08-26-2008, 12:00 AM
    Filed under: Repeater, speed, databinding, datagrid, datalist, listview, gridview
  • GridView nested in DataList and SelectedIndexChanged event of both

    I have a GridView nested in DataList. Upon binding, the DataList generates a bunch of line items, each containing an instance of the GridView. Here's a code snipped: < asp : DataList ID ="DataList1" runat ="server" DataSourceID ="CaseManagersDataSource" OnItemCommand...
    Posted to Data Presentation Controls (Forum) by gstoy on 05-14-2008, 12:00 AM
    Filed under: Datalist, Datalist: asp button, gridview control, grid view, gridview, GridView ButtonColumn RowCommand, Gridview buttonfield .parent.parent
  • Displaying Images in a GridView or DataList...

    Does anyone know of a way or control that will allow a GridView or DataList that will allow my Images folder to be my datasource. This would act as a "slideshow" if you will. I have looked into the AJAX slideshow, but did not dive into it too deeply. Basically, I have given my client the ability...
    Posted to Data Presentation Controls (Forum) by apollolax123 on 01-08-2008, 12:00 AM
    Filed under: SlideShow, image, GridView, Datalist
  • GridView inside DataList is not raising RowEdit events

    I have a DataList bound to an ObjectDataSource. In the ItemTemplate of the DataList I have a GridView and another ObjectDataSource (bound to a different business object than the DataList's data source). I set the inner ObjectDataSource Select parameter from the DataList's DataItem during the ItemDataBound...
    Posted to Data Presentation Controls (Forum) by stevet7717 on 03-29-2007, 12:00 AM
    Filed under: Datalist, GridView
  • GridView vs DataList vs Repeater vs Formview vs DetailsView - which one to choose

    In development there is always a question which control to choose. I think many developers including myself are not clear on which control should be should for which purposes. Can you pls explain what are the pros and cons of these controls and also why some say that Gridview is a heavy control and repeater...
    Posted to Data Presentation Controls (Forum) by nav_nav2000 on 02-06-2007, 12:00 AM
    Filed under: Reaperter, Datalist, FormView, GridView
  • Re: Details View -- Losing what i typed

    Don't do that, it will lead to poor performance and probably not help you You will have to avoid rebinding the data to your datacontrol when the page is posted back. In the Page_load event handler use IsPastback to control this. Once you have stored the data then call your databind method. private...
    Posted to Data Presentation Controls (Forum) by docluv on 09-21-2006, 12:00 AM
    Filed under: Repeater, datagrid, Datalist, GridView
  • Get Data Object from GridView/DataList row

    Hi Everyone, I have a question thats probably been answered a hundred times before but I can't seem to find it. Step 1: Bind an ado/sql/linq object collection to GridView/DataList Step 2: Get an individual object from a row.....to be able to update/edit/delete the object I can't seem to find...
    Posted to Data Presentation Controls (Forum) by Tinyioda on 10-01-2009, 12:00 AM
    Filed under: GridView, Datalist, linq, row, data bind
  • Paging and datalist?

    Hi , everyone I want to show search result as google image search result , how can i do? Gridview haven't any horizontal repeatation mechanism and Datalist haven't paging facility. any one know any solution?
    Posted to Data Presentation Controls (Forum) by mfarshadmehr on 12-30-2006, 12:00 AM
    Filed under: paging, Datalist, GridView
Page 1 of 1 (10 items)