By tag: runtime
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
Sertool - A serialization diagnostics tool
If you've ever had a complex data structure to serialize, only to find that - somewhere, somehow - something non-serializable has been referenced by your structure, you will find this tool indispensible.
Sertool crawls an object graph and outputs the details of all objects that will be serialized...