Question : Difference of inheriting a web page and a master page?

Does anybody knows the difference of a inheriting a web page than creating a master page?

See the code below...

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
Public Class SalesInformation
         Inherits ContactInformation

End Class 


Public Class SupplierInformation
         Inherits ContactInformation

End Class 

Public Class ContactInformation
         Inherits System.Web.UI.Page

End Class

Answer : Difference of inheriting a web page and a master page?

check out this nice article:

http://www.15seconds.com/issue/060413.htm
Random Solutions  
 
programming4us programming4us