Which naming convention do you use and why?
I like to use employeeNameTextBox, because:
I guess it's better to follow Microsoft's Object Naming Convention for naming your controls both in C# as well as Visual Basic.