Refector - Rename ASP.Net Controls

Is there a way to rename the ASP.Netcontrols without searching for full markup or Codebehind.

There Visual Studiois a Refactor Rename in it, but it only works in Codebehind. I still need to look for the markup code.

I use VS 2008.

+3
source share
1 answer

Yes. I found that the easiest way to do this is from the code behind.

, (Ctrl + R, Ctrl + R). "Refactor.Rename" , (, , - .)

ASP.NET, aspx.vb . . . ( ), -, , , // .

. , "" Enter.

ASP VB aspx!

, , Refactor.Rename "", , .ashx Visual ++.

0

Source: https://habr.com/ru/post/1788511/


All Articles