Which CSS property can be used for controlling the
stretchiness of a control?



Which CSS property can be used for controlling the stretchiness of a control?..

Answer / bhanu, patna(bihar)

position: absolute;

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What is pure abstract class in c#?

0 Answers  


What is difference between list and ilist in c#?

0 Answers  


What are the properties in c#?

0 Answers  


hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 Answers  


What is a float?

0 Answers  






What is the solution if you need to manipulate sets of items?

0 Answers  


What do you mean by sealed classes and static classes?

0 Answers   Accenture,


What can you do as a .net developer?

0 Answers  


What is c# commonly used for?

0 Answers  


How do you remove the objects which are not in use?Explicitly or implicitly?What is the exact mechanism going behind?

2 Answers   Advanced Software Systems, Choice Solutions,


when data member or member function is static is acess specifier is considered??

2 Answers  


From which base class do all Web Forms inherit from?

0 Answers   Siebel,


Categories