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.