Browse by Tags

Related Posts

  • UpdatePanel and programmatically created events

    I'm creating some controls in code inside my UpdatePanel. And some of these controls are LinkButtons. I'm creating event for each button like this LinkButton cLinkButton = new LinkButton(); cLinkButton.Text = "Remove" ; cLinkButton.CommandArgument = Reader[1].ToString(); cLinkButton...
    Posted to ASP.NET AJAX UI (Forum) by LexRiver on 10-16-2008, 12:00 AM
    Filed under: UpdatePanel, events
  • Updatepanel queue events

    Hi guys, I've a question. I've a Default page with an updatepanel setted in Conditional mode. When a postback inside the panel was fired the queue events look like this: Page_Load UpdatePanel1_Load is it correct? What kind of request shell I see on the "Web Development Helper"? Do you...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Salvatore Di Fazio on 02-02-2008, 12:00 AM
    Filed under: UpdatePanel, "AJAX .NET 2.0", events
  • Custom Events and UpdatePanel

    Hi, all! I'm doing to develop own RichTextBox server control based on TinyMCE. I implemented OnTextChanged event using IPostBackDataHandler. It works. And i can handle this event on the server side. But when this control place in UpdatePanel, i have problem. After text change the full from post to the...
    Posted to Custom Server Controls (Forum) by jetblack on 05-08-2007, 12:00 AM
    Filed under: PostBackOptions, UpdatePanel, events, IPostBackDataHandler
  • UpdatePanel and OnBlur

    Background: I have a script which attaches event listeners to OnFocus and OnBlur of my form controls after the page has loaded. The script updates a DIV with information about the element when focused and resets the DIV when blurred. My controls are wrapped inside an UpdatePanel. The Problem: After the...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by SuperGhost on 03-12-2007, 12:00 AM
    Filed under: updatepanel, validator, events
Page 1 of 1 (4 items)