Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?
Answer Posted / 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 View All Answers
Can we overload indexer in c#?
Why singleton class is sealed in c#?
What is a generic class?
How many aware interfaces are there?
Can we have 2 main methods in c#?
What is c# in asp net?
What is regex replace in c#?
Why do we need to override in c#?
How can you read 3rd line from a text file?
What are accessors?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
Is collection a data structure?
What do you mean by object pooling?
Difference between Value type & reference types ? and give the example in .Net?
What are the basic string operations? Explain.