Browse by Tags

Related Posts

  • Add a item to a Repeater in PostBack

    I have a repeater and a IList as his Datasource. I retrieve information for the IList through a Business Method. For example, a object list containing properties like ID and Name. The repeater represent a value par list (from the object, name and id) and the user should add elements to the list clicking...
    Posted to Data Presentation Controls (Forum) by rolivares on 10-23-2008, 12:00 AM
    Filed under: postback, repeateritem, c#, data access, datasource, Repeater
  • Repeater loses some repeater items at postback

    Hello, I've got a repeater which displays a series of radio button lists, each radio button list being part of a repeater item. The user enters their answers on the radio button list and then press next. For some time now I've been observing a weird behaviour in that page. At postback, the repeater...
    Posted to Web Forms (Forum) by Phantasmak on 07-30-2008, 12:00 AM
    Filed under: Repeater, PostBack
  • usercontrol in a repeater fails at postback

    I have a repeater (which has only an usercontrol in its itemtemplate) that will allow the user to add rows to itself. To do this without losing any already existing data, i am saving values from the existing usercontrols before a databind and repopulating the newly created usercontrols after the databind...
    Posted to State Management (Forum) by jf4m on 01-27-2008, 12:00 AM
    Filed under: postback, repeater, UserControl
  • Repeater and row click postback

    Hi, I need to force postback when user click on table row; I use Repeater control, for now code looks like this: < asp:Repeater ID= "repGrd" runat= "server" > < HeaderTemplate > < table > </ HeaderTemplate > < ItemTemplate > < tr > < td >...
    Posted to Data Presentation Controls (Forum) by beeper on 06-18-2007, 12:00 AM
    Filed under: postback, Repeater
  • Repeater OnItemCommand event do full postback of the page

    Hey, my first post here! and my first smiley too... I want to make a partial rendering updPanel that have a trigger on the repeater OnItemCommand event. So when I click one of the buttons generated by repeater like an item, it call the appropriate function and change a label in the updPanel. But I want...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by g0d1n on 03-21-2007, 12:00 AM
    Filed under: postback, Repeater, Update Panel, AJAX ASP.NET, ItemTemplate
  • Loosing Controls and items on Postback

    I am having a real strange problem that I can not resolve. I have put controls on a lot of repeaters, datalist, gridviews, etc. over the years and can always get the items collection to retrieve controls to get user input. But not today. I am not sure what the difference is between my code today and...
    Posted to Data Presentation Controls (Forum) by docluv on 09-21-2006, 12:00 AM
    Filed under: postback, Repeater
  • asp:repeater control not accessible on poastback

    I got into a strange problem. On View button click , I m binding the repeater control & data is displayed. now on save button click, i want to save the selected records from repeater control. so on save button, i ran the for loop for all repeater items,but strangely it doesnt get inside the loop...
    Posted to Data Presentation Controls (Forum) by DreamBig on 07-24-2009, 12:00 AM
    Filed under: Repeater, postback, not accessible
  • Can I add new elements to a Repeater in Postback Calls?

    Can do this or not? The goal is add elements dinamcally without make sql querys to the database and manipulating only the page information through C# routines. Tanks a lot
    Posted to Data Presentation Controls (Forum) by rolivares on 10-23-2008, 12:00 AM
    Filed under: new items, postback, add elements, items, Repeater, dinamically
Page 1 of 1 (8 items)