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/Detailsview/ODS inside Repeater - can update only one detailsview

    I have a repeater with nested gv/ods and dv/ods which displays 6 instances of the gv/ods dv/ods combos (I'm using this to dynamically set a parameter for the ods that fills the gv). The page displays fine and I can update one of the instances (doesn't matter which one - any of the six will update...
    Posted to Data Presentation Controls (Forum) by rpuglia on 06-04-2007, 12:00 AM
    Filed under: Repeater, GridView, DetailsView, ObjectDataSource
  • Presentation Layer (developer) challenges

    Hi All, I am new to ASP.net and Framework 2.0 but have been working on console VB applications for some time. I would like to produce the listing below from an ASP.NET application. Currently, I have set up a Data Access Layer (including a data adapter) and a Business Logic layer. Both are up and running...
    Posted to Data Presentation Controls (Forum) by seidensc on 06-28-2007, 12:00 AM
    Filed under: Repeater, GridView, FormView, dataview, DetailView, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, data repeater control, Multiview Control, Datagrids, GridView master detail, Template Controls GridView, asp.net 2.0 GridView databound ItemTemplate, datailsview, gridview html, table, nested repeater, webform, ASP.NET 2.0 GridView databound, HTML, ASP.net 2.0 GridView, asp.net 2.0 gridview dynamic
  • In Gridview how to display same image in one column in the same row?

    How to display this? I have a gridview control, using Dataset, I need to get TotalCount, TotalLeases from Database I need to display imageTotal.gif (16x16) – TotalCount times I need to display imageLeases.gif (16x16) – TotalLeases times These images will be all in same column and in one row. When I try...
    Posted to Data Presentation Controls (Forum) by Seabert on 12-07-2006, 12:00 AM
    Filed under: Repeater, GridView, asp.net 2.0, Binding, asp:image
  • There IS a difference between ItemCreated and RowCreated

    Hi, I always thought there was not much difference in behavior (and design) between GridView.RowCreated/RowDataBound and Repeater.ItemCreated/ItemDataBound. But there is. And there is something here that I cannot explain. The example that follows is simple enough. I have a GridView with a data source...
    Posted to Data Presentation Controls (Forum) by Fred052 on 09-22-2007, 12:00 AM
    Filed under: Repeater, GridView, RowDataBound gridview placeholder
  • 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: C#, ASP.net 2.0, Gridview, Datasource, Repeater
  • Display images from DataSet with single database pull

    Hello, I have been slaving away all week long trying to display images in a GridView (or a Repeater) where the image data is stored in a DataSet that was pulled from SQL Server 2005. I am only able to display one image of the three that are in the DataSet. I don't have the code in front of me at...
    Posted to Web Forms (Forum) by edwardsbr on 01-17-2008, 12:00 AM
    Filed under: Repeater, image, ASP.NET 2.0, gridview, blob, SQL SERVER 2005, ASP.NET 3.5
  • Re: Gridview nested in Repeater Data Issue

    Here is what I ended up doing: In the Page_Load: //Define repeater event handler before databinding MyReviewsRpt.ItemDataBound += new RepeaterItemEventHandler (MyReviewsRpt_ItemDataBound); //Load repeater with XML file XmlReader XmlReader = controller.GetMyReviewsXML(emp.EmpID); DataSet ds = new DataSet...
    Posted to Data Presentation Controls (Forum) by kgarl on 02-19-2008, 12:00 AM
    Filed under: Repeater, GridView, AJAX
  • How to combine different Data Controls

    I have a question that I needed to ask. Recently, I encountered a new challenge at work on a project. Does anyone have any experience with combining a Grid View control with Repeater? it's like repeatedly displaying tables of information. Table 1 Table 2 Table 3 Table 4 For each table 1,2,3 &...
    Posted to Data Presentation Controls (Forum) by Intellisense1001 on 02-27-2008, 12:00 AM
    Filed under: Repeater, GridView, combining data controls
Page 1 of 1 (9 items)