Posts

Showing posts from January, 2021
 design <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title> </head> <body>     <form id="form1" runat="server">     <div>         <h1 align="center">STUDENT RESULT</h1>              <table align="center">         <tr>             <td><asp:Label ID="lblscnce" runat="server" Text="Science"></asp:Label></td>             <td><asp:TextBox ID="txtsc" runat="server"></asp:TextBox></td>         </tr>         <tr>             <td><asp:Label ID="lblART" runat="server"...