Is search and replace the only way to rename an asp control in the code behind file?
- by Matt
Is search and replace the only way to rename as asp control in the code behind file?
I find this extremely annoying, but it is the only way I can find.
Scenario:
I'll find a variable that needs renaming (Usually to meet naming convention)
I'll rename the variable in the aspx/ascx file.
I'll have to go in the code behind files and search and…