Developers blog, .NET, C#, VB.NET, ATLAS, AJAX, WWF, ORM, LINQ, ARCHITECTURE and more by Frank Kroondijk |
|
ProfileFrank KroondijkSoftware developerSoftware architectBlog profile
Links
Archives
200 feeds |
woensdag, november 29, 2006reflection, super.. now not only DBmapping but also UI-Mapping and cascading add and delete
Well, as you can see on the lack of postings, i have been (and still am) very bussy. One need thing i achieved is to build UI-Mapping and Cascading creation and deletion of objects in my ORM. All from the classdiagram and nothing else! how cute is that.. I will post more on this later..
zondag, november 12, 2006Another way to print a screenshot :-)zondag, november 05, 2006ASP.Net 2.0 WebPart lifecycle with provider/consumer connections
Working on a large portal project me and my team faced a lot of problems to get the communication between webparts and binding grids right. To make an end to this, I wrote a universal to use "pattern" to avoid unexpected mess.
If microsoft could only make the connectors available (= onprerender#@$) before CreateChildControls, live would be much easier! In our scenario, we use one 'Action provider' (save/delete and stuff) and one 'ClassID provider' (to communicate ID's between parts) http://www.overnight.nl/download/WebPartStages.doc hope this helps, if not contact me, it will drive u crazy! Another thing to be aware of, you can only set a validationgroup on CreateChildControls, afterwards, again no error, but it wont render#@ How cute when this depends on the provider#$@ thanks microsoft, not! |