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 |
how to stop execution of step 3 in a job mainframe
What's the difference b/w Table & Templete in Smartform?
what is difference between IF-ELSE-ENDIF and IIF.
Plz sent me in .net 2.0 interview Question & answers?
Difference of Console, web & windows applications?
what are methods we have in connection pooling
what is page hit in operating system?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
what is the system development cycle
write a sql qwery which include joining of two tables 4 marks mainframe
will it allow to add same value in HashMap class.
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?