What is the differece between the (name) and caption
properties of a control?
Answers were Sorted based on User's Feedback
Answer / yuvaraja sengodan
Caption it is changeable at run-time but Name can not be changed at run-time.
Is This Answer Correct ? | 18 Yes | 1 No |
Answer / ranjith reddy bandi
"Name" is used as a control name, where we can call the
control using that name, it's used in code behind.
"Caption" is used to dispaly to the user, we can not call
the control using the caption, it's UI to the end user.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / apekshanegi
caption it is changeable at run time but name cannot be changed at run time
Is This Answer Correct ? | 4 Yes | 0 No |
What is rdo in vb?
what is the Advantage of ActiveX Dll over Active Exe ?
what are the types of cursors in DAO?
What's the difference between MODAL and MODELESS forms?
what are the Types of Modal windows in VB?
What is the difference between Dim nCount as Integer vs Dim nCount% and when would you use each?
What is hyperlink?
What is ODBC Direct and Microsoft Jet Database Engine ?
What will happen if you issue a Resume statement after handling an error?
How to set a shortcut key for label?
in ADO connection string if password is leave blank and all others are given. what will happen
How would you create Visual basic Document file?