Browse by Tags
All Tags »
.NET »
ASP.NET (
RSS)
UPDATE This issue is officially fixed in .NET 3.5 SP1. If you have applied the workaround in this blog post, you no longer need it. But the story of this bug is still rather interesting. UPDATE If you upgrade from Microsoft ASP.NET AJAX Extensions 1.0...
Many of the comments I've received in the various dynamic controls entries I've written have been questions for help with a specific scenario. A lot of those scenarios are similar. One in particular I keep hearing is something as follows: The user is...
I get this question a lot for some reason. The more general question is whether it is better to override a virtual method on the page or control in question (OnLoad, OnInit, OnPreRender, etc), or to hook into the corresponding event . For page development...
A long time ago I published one of my first blog entries, TRULY Understanding ViewState . And what an experience it has been. It was pretty popular with commenters, so much so I decided to spin off a whole series of articles, TRULY Understanding Dynamic...
Still relatively unknown, ASP.NET Futures is a nice little add-on to ASP.NET and ASP.NET AJAX that contains some features we want public feedback on. It's a playground in which technology gets to frolic in front of the public's (your) eyes. So why not...
I recently received a comment in my Truly Understanding ViewState article about the "ArrayList of controls in the control hierarchy that need to be explicitly invoked by the page class during the raise postback event stage of the life cycle." Such is...
This question comes up from time to time , to time . If you understand how redirects work, then you also know it is "not possible" to redirect into a new window, because a redirect on the server causes a special HTTP response to be sent to the users browser...
Two posts back I discussed a technique you can use to render controls in an order other than how they are physically arranged in the control tree. A reader, Winston Fassett, posted a comment asking for some advice on how to get a control to render into...
When you wrap content with an UpdatePanel, it pretty much takes care of everything for you. But it can't do absolutely everything... Take for example some inline script: < p > Some html before the script </ p > < script type = "text/javascript...
I receive a lot of comments and emails stemming from my series of articles on understanding the nuances of dealing with dynamic controls . It's interesting that so many of these requests revolve around very similar problems. One such theme is where you...
More Posts
Next page »