asp.net - Web user control usage -
Is there an easy way to determine how Web user controls (Wii) are used in the solution?
I am attempting to observe what is happening in one of the big applications, where I have a large number of Wooks, both have been used in ASPX and nested in other works. is.
Any suggestion is welcome :)
class name in .cs file Right click on and click on "Search Usage".
It should get all the designers files of other controls / pages that use special controls.
Comments
Post a Comment