Hi,
Is there any naming conventions MS prefered about WinForm/WebForm controls?
For example,
1. lblCustName, txtCustName, btnOK
2. CustNameLabel, CustNameTextBox, OKButton
3. LabelCustName, TextBoxCustName, ButtonOK
4. CustName, OK
Which one is prefered?