Building the project in ASP.NET
What follows is ASP.NET and VB.NET code for the server-side grade averaging tool. The first piece of code is the ASPX code:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="ASPNETSSGrades.aspx.vb " Inherits="WebApplication8.WebForm1" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:TextBox ID="tbGrade" runat="server"></asp:TextBox> <asp:Button...