User Profile

Collapse

Profile Sidebar

Collapse
ChrisCicc
ChrisCicc
Last Activity: Jul 13 '07, 08:18 PM
Joined: Jun 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • You hit the nail on the head. I can't believe that ASP.net AJAX has such a gaping hole in it, otherwise it's really an incomplete framework. Most other AJAX frameworks can do this, but I'd like to stay with the development ease of ASP.net AJAX. If I find a solution I'll pass it along!...
    See more | Go to post

    Leave a comment:


  • Hey Frinny,
    Thanks for the reply. Good suggestion, I have tried that, but it makes no difference whether the UpdatePanel is in the user control because even if it was the page wouldn't know it. It visually loads the user control, but does not programmaticall y register it's controls or events.

    -chris...
    See more | Go to post

    Leave a comment:


  • Hey Senaka,
    thanks for your suggestion. No matter which combination of Controls.Add() I use it doesn't seem to make a difference as long as the User Control is added to a UpdatePanel. The control itself will load, but none of the controls or properties or events therein are accessible.

    Ideally, I'd like to be able to keep using UpdatePanels, PlaceHolders, and User Controls to create a postback-free UI. Right now I'd have to...
    See more | Go to post

    Leave a comment:


  • Programmatically adding ASP.net User Control to UpdatePanel

    Hi All, I got a real doozy here. I have read hundreds upon hundreds of forum posts and found numerous others who have replicated this problem, but have yet to find a solution. Through testing I have been able to find the cause of the problem, and will describe it here first textually and then through a code example.

    The purpose of what I am trying to do is to create a postback-free web application through the use of ASP.net AJAX UpdatePanels...
    See more | Go to post
    Last edited by Frinavale; Dec 9 '09, 03:00 PM. Reason: Thread moved to ASP.NET from .NET

  • Programmatically adding ASP.net User Control to UpdatePanel

    Hi All, I got a real doozy here. I have read hundreds upon hundreds of forum posts and found numerous others who have replicated this problem, but have yet to find a solution. Through testing I have been able to find the cause of the problem, and will describe it here first textually and then through a code example.

    The purpose of what I am trying to do is to create a postback-free web application through the use of ASP.net AJAX UpdatePanels...
    See more | Go to post
No activity results to display
Show More
Working...