What is data binding c#?


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

Post New Answer

More C Sharp Interview Questions

What are the ways to deploy an assembly?

3 Answers  


Is ram a heap?

0 Answers  


What is boxing? Explain its functionality?

0 Answers   Siebel,


What is xor operation?

0 Answers  


What is the difference between <c> and <code> xml documentation tag?

0 Answers  






What is the difference between decimal and integer?

0 Answers  


What is tryparse?

0 Answers  


Can we inherit a private class in c#?

0 Answers  


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


What is an arraylist in c#?

0 Answers  


What is piller of OOPS in C#.

10 Answers  


Can overrride the Main method

6 Answers   NIIT,


Categories