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
differences between qtp10.0 and 11.0 ?
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
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??/
what are all the ant command options
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
What is web.configuration? how is it work? & wht is use this?
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
how do find the user exit for selected feild whatis the process and can u plz explain it
how can i split string in a textbox in windows appication using C#.net
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
Write a program to find whether a given number is prime or not.
What are events in smartforms?
Differevce between arrays and array builders?
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
is it acceptable if we declare multiple exceptions in same overridden method.