What is autopostback in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What are strings in c#?

0 Answers  


What is the use of console readkey in c#?

0 Answers  


What are the types of access modifiers?

0 Answers  


Give 2 scenarios where static constructors can be used?

0 Answers  


What is the difference between Java and .NET garbage collectors?

0 Answers   BirlaSoft,






int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


Explain how do I get deterministic finalization in c#?

0 Answers  


Can namespace contain the private class?

0 Answers  


What is expression tree in c#?

0 Answers  


List some of the classes used by system.data namespace?

0 Answers  


Explain how many types of exception handlers are there in .net?

0 Answers  


What is concatenation and when should it be used?

0 Answers  


Categories