Browse by Tags

Related Posts

  • Databind and UpdatePanel

    Hello, I have a web spidering app which takes an age to run and which presents its results in a repeater on a webpage. I'd like it, each time it generates a datarow, to return that to the UI which is then updated on the website. I have the following code: <asp:UpdatePanel ID="UpdatePanel1"...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Parp on 01-29-2009, 12:00 AM
    Filed under: Repeater, updatepanel, Binding
  • Re: AJAX UpdatePanel, ASP.NET Repeater Control, and custom JavaScript for postback - Single row update...

    Hi there, I ran into the same problem with a LinkButton inside a Repeater inside an UpdatePanel and came up with the following workaround NOT to update the whole page but only the respective UpdatePanel: Instead of assigning my custom argument "ARG" to the CommandArgument member of the LinkButton...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by der-oli on 08-21-2008, 12:00 AM
    Filed under: Repeater, updatepanel
  • UpdatePanel, Repeater, User Control & Custom Events

    I'm having a problem figuring out the best way to hook up the onSelectedIndexChanged Events in my User control. The user control is in the item template of my repeater control. I've had problems designing a custom event which requires an instance of the User Control on the aspx page. Ideally...
    Posted to ASP.NET AJAX UI (Forum) by EzRiDeR on 04-15-2008, 12:00 AM
    Filed under: Repeater, SelectedIndexChanged, updatepanel, user Control, Custom Events
  • Changing Literal to Textbox

    I have a literal which holds a value (quantity), with a link button next to it which when clicked, refreshes the page and replaces the literal with a textbox, allowing the user to enter a new quantity and click update once more so that the textbox changes back to a literal with the new quantity. All...
    Posted to ASP.NET AJAX UI (Forum) by afreshpulse on 11-06-2007, 12:00 AM
    Filed under: Repeater, updatepanel, ajax
Page 1 of 1 (4 items)