What is the differece between the (name) and caption
properties of a control?
Answer Posted / 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 |
Post New Answer View All Answers
Is there a way to break long lines in VB code?
Is it possible to Manipulate data through flexgrid? Explain.
Why API functions are Required?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
Discuss the working with to-do lists.
How would you add elements in TreevieW Control?
What is ODBC Direct and Microsoft Jet Database Engine ?
___ is a property to resize a label control according to your caption.
Difference between Recordset and Resultsets.
What are the different procedures associated with the object?
What is Seek Method which type of record set is available this?
What is hyperlink?
How do I use GetPrivateProfileString to read from INI files?
what is the Difference between Tabletype and Snapshot?
Where can I get good up-to-date information about VB?