What is the differece between the (name) and caption
properties of a control?

Answers were Sorted based on User's Feedback



What is the differece between the (name) and caption properties of a control? ..

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

What is the differece between the (name) and caption properties of a control? ..

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

What is the differece between the (name) and caption properties of a control? ..

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

Post New Answer

More Visual Basic Interview Questions

What is rdo in vb?

0 Answers  


what is the Advantage of ActiveX Dll over Active Exe ?

1 Answers  


what are the types of cursors in DAO?

0 Answers  


What's the difference between MODAL and MODELESS forms?

0 Answers  


what are the Types of Modal windows in VB?

1 Answers  


What is the difference between Dim nCount as Integer vs Dim nCount% and when would you use each?

6 Answers  


What is hyperlink?

1 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


What will happen if you issue a Resume statement after handling an error?

3 Answers  


How to set a shortcut key for label?

2 Answers  


in ADO connection string if password is leave blank and all others are given. what will happen

1 Answers   eFunds,


How would you create Visual basic Document file?

0 Answers  


Categories