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

Dim x, y as integer. What is x and y data type?

8 Answers  


What is ActiveX Control?

0 Answers   ABC,


Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.

0 Answers   Accenture,


What is the default workspace?

0 Answers  


How to find size of the file. Which method or function is used to occomplish this?

0 Answers  






How would you create properties by using class Builder Wizard?

0 Answers  


Explain about declaring variables in Visual basic?

0 Answers  


How many system controls are available ?

1 Answers  


How can you save and Get data from Clipboard?

1 Answers  


What is Friend Variable?

1 Answers  


What is DSN?

0 Answers  


What are the differences between a standard module and a class module?

4 Answers  


Categories