Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?



Why is it not a good idea to insert code into InitializeComponent method when working with Visual St..

Answer / ajay vikram

The designer will likely through it away, most of the code inside InitializeComponent is auto-generated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is as keyword in c#?

0 Answers  


what is the difference between interface and multiple interface?

0 Answers   Wipro,


Differentiate between the public and private ?

0 Answers   Microsoft,


Are private members inherited in c#?

0 Answers  


Can you pass value types by reference to a method?

0 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

5 Answers  


Is it possible to nest cfml conditional tags?

0 Answers   HCL,


Explain states of a thread in c#?

0 Answers  


What are jump statements in c#?

0 Answers  


What is executenonquery c#?

0 Answers  


What does the parsefloat function do?

0 Answers  


What is use of console?

0 Answers  


Categories