Okay, so I put Codebehind="sourcepage.vb" and I can use Design view in VS.Net. However, my question is, I want use one codebehind page (.vb) that uses/inherits from another .vb page. Ie. I have index.aspx with index.aspx.vb as the codebehind. But I want index.aspx.vb to use commonFunctions.vb as well... what's the best way to do this?