Question:What markup would you write to explicitly attach the local resource, SubmitButtonText,
found inside the application’s collection of MyLocalResources.aspx.<language>.resx files,
to the Text property of a button control? 
A <asp:Button ID="Button1" runat="server" Text="<%$ Resources:,
SubmitButtonText %>" /> 
B <asp:Button ID="Button1" runat="server" Text="<%$
Resources:MyLocalResources, SubmitButtonText %>" /> 
C <asp:Button ID="Button1" runat="server" Text="<%$ SubmitButtonText,
Resources:%>" />. 
D <asp:Button ID="Button1" runat="server" Text="<%$
SubmitButtonText, Resources:MyLocalResources %>" />