I think that the best practice would be to make an page class with all
customization needed and every time you inherit from it only add the columns
and extra requiremente.

Signature
best regards,
Sergio E.
DCE2005 - 2*
> Hi, I have a VS2005 asp.net 2.0 C# application with a lot of screens just
> like customers, companys, manufacturers wich has always the same basics
[quoted text clipped - 5 lines]
>
> Thanks
Alexey Smirnov - 02 Aug 2007 07:59 GMT
> I think that the best practice would be to make an page class with all
> customization needed and every time you inherit from it only add the columns
[quoted text clipped - 16 lines]
>
> - Show quoted text -
here's a small tip how it can be implemented
http://www.codeguru.com/csharp/.net/net_asp/webforms/article.php/c11939/