I want to create a Visual Basic website that uses the ASP:MULTIVIEW to display different pages/views, and I want each ASP:VIEW to have its design and code in its own file: View1.aspx/View1.aspx.vb, View2.aspx/View2.aspx.vb, etc.
How do I setup the "View1.aspx" file and the "View1.aspx.vb" file to allow this arrangement?
Go to the complete details ...