User Profile
Collapse
-
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!... -
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...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...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... -
ChrisCicc started a topic Programmatically adding ASP.net User Control to UpdatePanelin ASP ClassicProgrammatically 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...
No activity results to display
Show More
Leave a comment: