🎴 Flashcard Mode
Visual Studio .net Quiz
Card1 / 10
Mastered0
Review0
QuestionClick to flip
Which are the standard prefixes for the text box and label controls respectively?
AnswerClick to flip back
A
txb and lbl
💡 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.