Checking inherits in asp.net pages.

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

We've got some pages where we changed the namespace of the code behind. I
want to make sure that we have hit everyplace in the .aspx page inherits
parameter. Is there any way to do it without going through each and every
page and verifying it?

TIA - Jeff.
 
Mufasa said:
We've got some pages where we changed the namespace of the code
behind. I want to make sure that we have hit everyplace in the .aspx
page inherits parameter. Is there any way to do it without going
through each and every page and verifying it?

Can't you just use search to find the old namespace? Or are you saying that
you have a mixture of pages using the old and new namespaces?

Andrew
 
Back
Top