Master Pages in ASP.NET
Sphurthy
you can use any number of master page in single application.
you can have as many .. but the use of master pages to not have too many it depends on how big the application is .. usually 1 - 10 is good for a large application .
How many master pages we can have in a single web application?
Programming-Questions