Last post 2008???!!! So, I guess I won't expect much in 2014...
In VB, I would change the name of controls often. I'd start with textBox1 and later change it to txtInput or whatever. C# doesn't like this. When I do this, I get errors that the control with the old name is missing.
To not go through this, I can get used to naming the control right away, but I'd rather...
Change the name on the fly without the errors. Do I do a global search and replace or a rename or what? What is the easiest way to do this?