B
Boot2TheHead
I've created a composite control that uses 6 textboxes and 2 buttons.
The control works fine, but the design time is frequently goofed up.
I've never gotten the thing to render in design time but it has always
rendered it's properties and events to the properties window. Now I'm
not even getting that. I opened it up this morning and added 3
properties and made a small change to the html render method. This
stuff is frustrating because there is no way that I know of to debug
the darn thing. I'm getting a null reference but I have no idea where
or if it's even in my code.
I went through and checked all of my fields and they all have default
values set. All of the child controls are initialized too.
This has very little impact on my use of the control, but I'd like to
release it to the rest of the group and I don't want it to be sloppy.
And I'd like it to be easy to use
The control works fine, but the design time is frequently goofed up.
I've never gotten the thing to render in design time but it has always
rendered it's properties and events to the properties window. Now I'm
not even getting that. I opened it up this morning and added 3
properties and made a small change to the html render method. This
stuff is frustrating because there is no way that I know of to debug
the darn thing. I'm getting a null reference but I have no idea where
or if it's even in my code.
I went through and checked all of my fields and they all have default
values set. All of the child controls are initialized too.
This has very little impact on my use of the control, but I'd like to
release it to the rest of the group and I don't want it to be sloppy.
And I'd like it to be easy to use