If the VB code of the web page is separated separately, there is a sentence similar to the head of the ASPX file:
<% @ Page language = "vb" src = "xxx.vb"%>
Using the .NET environment ASPX web page to default:
Codebehind = "Webform1.aspx.vb"
But it is not.