By tag: UserControls
0
kicks
ASP.NET: Attach an OnChanged Event to your own User Controls
How do you make a custom control post back to the server each time a user interacts with it? (a la OnSelectedChange in a DropDownList).
Although this sounds trivial at first I haven't found lots of resources mentionning this.
0
kicks
Are you a Control Freak?
Since the very early ASP.NET MVC previews, the most common argument I've heard against using the framework is the lack of user controls. In my opinion, this is a mixed blessing, however, for some, this is a show stopper. What can you do to provide a rich user interface with the MVC framework, while ...