Browse by Tags

Related Posts

  • Web.sitemap with DataList, Repeater or ListView controls?

    Hello, Has anyone successfully bound the Web.sitemap file as a datasource with the DataList, Repeater or ListView controls in order to display their sitemap? If so, would you mind pointing me to an example of how you did it, and/or provide example code here? I'm currently using a TreeView, but I...
    Posted to Data Presentation Controls (Forum) by IronWill on 06-10-2009, 12:00 AM
    Filed under: Repeater, css, Datalist, ListView, web.sitemap
  • Find a control in ItemTemplate before bind

    Hi, I have the following repeater (for example): < asp : Repeater ID ="Repeater1" runat ="server"> < ItemTemplate > < asp : Literal runat =server ID ="Lit1" /> < asp : Literal runat =server ID ="Lit2" /> </ ItemTemplate > </ asp...
    Posted to Data Presentation Controls (Forum) by harrattb on 06-04-2009, 12:00 AM
    Filed under: Repeater, databind, ItemTemplate
  • Buttons inside Repeater control...

    I use the Repeater control to generate a table.... For each row in the table I want to have multiple buttons like this.... <ItemTemplate> < tr > .... data cells .... < td > < input type= "submit" value= "Remove" > < input type= "submit" value=...
    Posted to Data Presentation Controls (Forum) by SimonVidas on 05-26-2009, 12:00 AM
    Filed under: posback, Repeater, button
  • Repeater running really slow...

    I start by saying I am an ASP.NET beginner... My problem is that I have a page that is running really slowly. I have narrowed the issue down to my repeater. The page runs a stored proc that returns approximately 500 records and uses a repeater to display all 500. The page is taking 12-14 seconds to load...
    Posted to Data Presentation Controls (Forum) by atlquaker on 05-21-2009, 12:00 AM
    Filed under: Repeater, slow, C# in Asp.NET
  • Image MouseOver inside Repeater

    So, I have read all of the posts on this site regarding the topic, so please refrain from proving those links for me. I cannot seem to get this to work. I just want to create a mouseOver event for an image that I have inside a Repeater. I have done everything that is on the Web and for some reason, still...
    Posted to Data Presentation Controls (Forum) by BrianFan on 05-21-2009, 12:00 AM
    Filed under: "Asp.net 3.0", Reaperter, render, repeate, Repeater, repeater ajax paging, Repeater and its ItemDataBound Event, Repeater links, Repeater: Image, RepeaterItemEventArgs, Repeaters, .NET 3.5, image, image control, mouse click, Repeater Control, Repeater Control Tabular data display, repeater image
  • Nested repeaters and XMLDataSource

    I am trying to work out how to iterate through nodes in an xml file using nested repeaters. XML segment: <swappableitems> <swapgroup ID="1"> <swapper ID="1" score="24" percent="92" outcode="RH8 (6 miles)" lastonline="1 day ago"...
    Posted to Data Presentation Controls (Forum) by peaveyyyy on 05-21-2009, 12:00 AM
    Filed under: Repeater, xml
  • Generic List Control using a Repeater..

    Hi, I am planning to implement a generic list control using a repeater. Requirements are 1. It should have the flexibility for the number of columns depending on the datasource. 2. It should allow the developer using it to provide the details about the columns, headers and rows. 3. it should allow sorting...
    Posted to Data Presentation Controls (Forum) by PreetamAdwani on 05-14-2009, 12:00 AM
    Filed under: Repeater, runtime., generic, listcontrol
  • Data Bound User Control Losing Properties After PostBack

    I have created a user control with a public integer property which is required for the control to work correctly. I have tested the control and demonstrated that everything works fine when I add it to a page and set the public property as an attribute. However, when I placed the control in a GridView...
    Posted to Web Forms (Forum) by Lakario on 05-13-2009, 12:00 AM
    Filed under: properties, Repeater, user control, DataBinding, Eval Function, gridview
  • Re: How to divide repeater contents into columns?

    ammm... and if I need many data colums, for other different specific web table: 2, 3, 4, 5... <td> for example? I did not want or thought it, the solution must always be easier and scalable. I think... 1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default...
    Posted to Data Presentation Controls (Forum) by SimpleIsBetter on 05-12-2009, 12:00 AM
    Filed under: Repeater, .NET 3.5, ASP .NET 3.5, ASP.Net 3.5, asp.net 3.5 C#, LinqDataSource, repeater data binding, repeater datasource
  • User Control inside Repeater Losse ViewState on Repeater Paging

    I have a user control which binds inside a Repeater. A label inside the usercontrol binds depending on the repeater row data. whene the repeater loads the usercontrol loads well and every thing is ok. but when paging the repeater the user control losses state and the label text inside the user control...
    Posted to Data Presentation Controls (Forum) by mohi88 on 05-12-2009, 12:00 AM
    Filed under: Repeater, UserControl ascx, ViewState
Page 1 of 30 (294 items) 1 2 3 4 5 Next > ... Last »