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 kpo and it industry? that is in terms of work, package etc
why main() method should not return any value
How does the TCP handle the issue of multiplexing?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
Plz Show notepad Coding using c# in window based application
How to create a new dataset only duplicate observations in proc sort procedure?
can we allocate memory for interface? if no then why?
How many ways we can fill a dataset in .Net
How will you prove that java swing is multithreaded?
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
why Java is not purely object oriented?
how can i split string in a textbox in windows appication using C#.net