Friday, January 30, 2009

Command Name properties in C#

Bad Practices
When you call "Button object" by "Text" properties;

Best Practices
When you call "Button object" by "Command Name" properties;

No comments:

Post a Comment