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
what is delimiter in sas ?
what is the use MDM(Master Data Management)and meaning
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
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!!!!!!!!
Difference between debugging, running, executing of an application
how to remove header and footer in jcl using sort utility
Tell me the jobs for the MCA Fresher in delhi, Noida..
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnn
which book we learned this mantis? how many version are realsed this mantis upto now?
Write a program to find whether a given number is prime or not.
what is an INI file?
What is the first message line that any language learning prints on the screen? and why?
hi viewers, tell me,what is scripting and programming, define and difference...pls
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;