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 methods are used for DBGrid in unbound mode?

1 Answers  


How would you attach pictures in Treeview Control?

0 Answers  


Types of cursors in RDO.

0 Answers  


what are the Types of ActiveX Components in VB?

1 Answers  


which collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol?

1 Answers  






Clear property is available in hich control?

2 Answers  


Where will we give the option explicit keyword and for what?

1 Answers  


which argument can be used to make a menu item into bold?

2 Answers  


Is it possible to call oracle database through ADO control or Object?

0 Answers  


___ property used to add a menus at runtime.

0 Answers  


How many system controls are available ?

3 Answers   HCL,


Which language is used in visual basic?

0 Answers  


Categories