Browse by Tags

Related Posts

  • 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, GridView, Datalist, datagrid
  • 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: GridView, FormView, Reaperter, 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: GridView, Datalist
  • 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: GridView, Datalist, image, SlideShow
  • 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: gridview, Datalist, Gridview buttonfield .parent.parent, Datalist: asp button, gridview control, grid view, GridView ButtonColumn RowCommand
  • 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: GridView, Datalist, paging
Page 1 of 1 (6 items)