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

What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids

0 Answers  


Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance

0 Answers  


what is difference between sap and java ?

1 Answers  


what is dynamic polymorphism?

2 Answers   Satyam,


Diff between IF and where ?

0 Answers   Accenture,


SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

0 Answers   Symphony,


what is difference between VB5 AND VB6.0

2 Answers   Satyam,


< No Frames > tag is used for

0 Answers  


Can anyone provide as400 training material or any institute in bangalore for as400 training

10 Answers  


hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com

0 Answers  


Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two

4 Answers  


Hello Experts, What is the difference between move and move corresponding exactly? please post me asap

0 Answers  


Categories