Multiple choice .net

Which are the standard prefixes for the text box and label controls respectively?

  1. tex and lbl

  2. tex and lab

  3. txb and lbl

  4. txb and lab

  5. txt and lab

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

While naming conventions vary, 'txt' and 'lbl' are the most common industry standards. However, among the provided options, 'txb' (for TextBox) and 'lbl' (for Label) is a recognized convention used in many programming curricula to distinguish controls.