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 |
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
what is different betweet class and interface in java?
2 Answers Microsoft, Sun Microsystems,
write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
When we use Windows authentication mode
Write a program to find duplicate number from array in minimum time complexity.
What are the main principles of OOP?
what is difference between restoring and non restoring division?
I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....