How to prevent the error while updating ui control from another thread?


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

Post New Answer

More C Sharp Interview Questions

Can property defined in Interface.

4 Answers   Synechron,


What does convert toint32 mean?

0 Answers  


how can i display crystal report in button_click? am working with VS2005..........plz help me

1 Answers  


Is c# still popular?

0 Answers  


if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?

0 Answers   Siebel Systems,






Explain dataadapter.update method in .net?

0 Answers  


directcast(123.34,integer) - should it throw an error? Why or why not?

2 Answers   Wipro,


What is the difference between TypeOf and GetType?

4 Answers   Syntel,


Can namespace contain the private class?

0 Answers  


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


what is overloading & overriding

3 Answers   Fulcrum Logic, Synergy,


What is data hiding in c#?

0 Answers  


Categories