By tag: webforms
0
kicks
Dynamically adding controls to ASPX pages (web forms) and assigning ev
Although I've seen a lot of articles describing how to dynamically add controls to a Web Form, few mention even a little hint to how you can make event handlers actually WORK with dynamically-added controls. This article may seem (and probably is) a beginner-level one, but I think it's essential to ...
0
kicks
MVC in WebForms:The impossible fight to get rid of views centric world
Ayende talks about three common approaches for implementing the MVC pattern while still trying to use WebForms (and all of the controls that come with it), and how they each fail in one aspect or another.