explain how to make a control visible and invisible during
runtime
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / shailaja
by setting enabled property to 'true' or 'false'
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the difference between save and create method of activerecord?
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Binary tree?
What is SOLID Principle in Programming Language?
What is the Difference between in memory database and physical database
how we can know the funcions available in a class recording java?
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
What is good attributes of Programming language ?
8.In DSP,Define Signal and System?and various type of signals.