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 difference between input parameter and output parameter.
why we use abstract word in abstract window toolkit in java language.
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
if try is followed by finally block what happen to exception occured in try block
3 Answers Professional Access,
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
how CLR identify vb file?
what is different betweet class and interface in java?
2 Answers Microsoft, Sun Microsystems,
if we want to move all the items that are already added in a combobox into an empty list box or vice-versa then how can it possible in vb or C# ?
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
Which method protects back button to retrieve old value from previous page in Struts.
what is difference between restoring and non restoring division?
What is meaning of web application. & the purpose of web application. with description.