Naming Controls
-
Hi to all, How naming controls in C# ? for example if you have a button for Register , a good name for this button is btnRegister Button=btn Label = lbl TextBox = txt PictureBox =? and other controls
-
Hi to all, How naming controls in C# ? for example if you have a button for Register , a good name for this button is btnRegister Button=btn Label = lbl TextBox = txt PictureBox =? and other controls
-
Hi to all, How naming controls in C# ? for example if you have a button for Register , a good name for this button is btnRegister Button=btn Label = lbl TextBox = txt PictureBox =? and other controls
that would be OK. It is your choice. Or your company's. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.
-
that would be OK. It is your choice. Or your company's. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.
yes,it's true but i want to find good way for naming controls
-
Hi to all, How naming controls in C# ? for example if you have a button for Register , a good name for this button is btnRegister Button=btn Label = lbl TextBox = txt PictureBox =? and other controls