explain how to make a control visible and invisible during
runtime

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is delimiter in sas ?

1788


what is the use MDM(Master Data Management)and meaning

2169


If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

1901


I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!

1758


Difference between debugging, running, executing of an application

3732


how to remove header and footer in jcl using sort utility

5343


Tell me the jobs for the MCA Fresher in delhi, Noida..

2167


what is the use of occurs 10 or (any number) in the internal table declaration with header line.

1712


how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn 

1932


which book we learned this mantis? how many version are realsed this mantis upto now?

1657


Write a program to find whether a given number is prime or not.

806


what is an INI file?

1878


What is the first message line that any language learning prints on the screen? and why?

1904


hi viewers, tell me,what is scripting and programming, define and difference...pls

1750


Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;

1247