explain how to make a control visible and invisible during
runtime
Answer Posted / 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 |
Post New Answer View All Answers
can we extend a class having only one parameterised constructor.Suggest the process to do it.
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
pleasew define carrier scope in abap (sap).
what is difference between input parameter and output parameter.
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
what is diff bet ref variable & instance of class
Define distributed queries. can you explain me as soon as possible
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
How to set fixed width in particular
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
Colors specified with the notation
difference between mantis and other tools?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
what is the difference between Windows application and Unix application?