skip to main
|
skip to sidebar
ASP.NET 2.0, 3.5 with C# Cheat Sheet
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(10)
►
February
(5)
▼
January
(5)
Navigating a Website
Command Name properties in C#
Assignment and Initializers
declare a variable
Commenting in C#
About Me
Eugene Kochkin
MCTS
View my complete profile
No comments:
Post a Comment