Hello

At the top of my aspx page, I have

Code:
<%@ Page Language="VB" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="success_test1.aspx.vb" Inherits="Success_test1" %>
followed by:

Code:
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
Is that correct, please, or is it this:

Code:
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
Would that be the same for my other aspx files in the same Solution Explorer project?
Thanks!