
Signature
If you're in a war, instead of throwing a hand grenade at the enemy, throw
one of those small pumpkins. Maybe it'll make everyone think how stupid war
is, and while they are thinking, you can throw a real grenade at them.
Jack Handey.
My thoughts:
If you are worried about disposing a control, put your Dispose() in the
Control. If not, you will force every page that uses this control to dispose.
Not a good practice.
Microsoft has done a pretty good job of labeling the stuff you should not
touch. As long as you are not playing in the playground they set aside, hack
at it to your heart's content.
NOTE: I have not played with Dispose() in a Page in .NET 2.0 (I just have
not had the need arise), but the IDE is far more forgiving in 2.0.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
> VS.NET 2.0 use partial classes and override dispose in the designer class
> file
[quoted text clipped - 3 lines]
>
> Any thoughts?
Lloyd Dupont - 12 Sep 2005 13:59 GMT
Allright I'll give it a go.
As a side note I was speaking desktop/winform application here ^_^

Signature
If you're in a war, instead of throwing a hand grenade at the enemy, throw
one of those small pumpkins. Maybe it'll make everyone think how stupid war
is, and while they are thinking, you can throw a real grenade at them.
Jack Handey.
> My thoughts:
>
[quoted text clipped - 20 lines]
>>
>> Any thoughts?