pallavikotturu / HW8

homework 8
0 stars 0 forks source link

Home.aspx.cs #5

Open pallavikotturu opened 7 years ago

pallavikotturu commented 7 years ago

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls;

namespace Kotturu2 { public partial class Home : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) {

    }
}

}

pallavikotturu commented 7 years ago

`//PALLAVI KOTTURU; CAPSTONE 1; DR. PAYTON; I RECIEVED AN EXTENSION FOR THIS ASSIGNMENT

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls;

namespace Kotturu2 { public partial class Home : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) {

    }
}

}`