explain how to make a control visible and invisible during
runtime

Answers were Sorted based on User's Feedback



explain how to make a control visible and invisible during runtime..

Answer / kanchan

you can make control visible and unvisible by writing a
code as
controlname.visible=true
or
controlname.visible=false

and also you can set the control's visible properties as
true or false.

Is This Answer Correct ?    0 Yes 0 No

explain how to make a control visible and invisible during runtime..

Answer / sujata kullarkar

you can make control visible and unvisible by writing a
code as
controlname.visible=true
Example:Label1.Visible=false

Is This Answer Correct ?    0 Yes 0 No

explain how to make a control visible and invisible during runtime..

Answer / shailaja

by setting enabled property to 'true' or 'false'

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Programming Languages AllOther Interview Questions

Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4

2 Answers  


what is the system development cycle

0 Answers  


Why COBOL/400 is giving 95 session error when opening a file even though the file is having key and the screen or display file is having IND ARA defined?

1 Answers   Freelance,


what is the difference between Windows application and Unix application?

0 Answers   Satyam,


what is difference between scripts, smartforms and adobe forms

5 Answers  






What does this useful command line do? tasklist /m "mscor*"

1 Answers  


what is the difference between conversion and interface in bdc?

1 Answers  


1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?

1 Answers   CitiGroup,


how does database connection using ADO.NET?

0 Answers  


Differevce between arrays and array builders?

0 Answers  


What is nocopy in plsql?

1 Answers   IBA Health,


1.Mutating table

0 Answers  


Categories