Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?
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 |
Is as keyword in c#?
what is the difference between interface and multiple interface?
Differentiate between the public and private ?
Are private members inherited in c#?
Can you pass value types by reference to a method?
Can you prevent your class from being inherited and becoming a base class for some other classes?
Is it possible to nest cfml conditional tags?
Explain states of a thread in c#?
What are jump statements in c#?
What is executenonquery c#?
What does the parsefloat function do?
What is use of console?