.Net: What is your approach for doing some popular task like making disabled/enabled all buttons of

Posted by odiseh on Stack Overflow See other posts from Stack Overflow or by odiseh
Published on 2010-05-15T07:01:37Z Indexed on 2010/05/15 7:04 UTC
Read the original article Hit count: 141

Filed under:

First: sorry for my poor English writing.

I remember that in VB6.0 days, we had some modules just for popular tasks like making disabled/enabled all buttons of a toolbar buttons or like calculating records count in a specific recordset.

Now, in .Net days, What is your approach for doing such these popular tasks? Do you create a static class?

Thank you

© Stack Overflow or respective owner

Related posts about .NET