CST272 Final Project

"Login Page"


  1. Create a Web page "Login.aspx" with the following elements:
  1. An asp:SqlDataSource control that returns the EMail field from the Members table in sequence by the EMail field
  2. An asp:DropDownList control that displays the records returned from the SqlDataSource
  3. A "Submit" asp:Button control that, when clicked, submits the selected Email field from the DropDownList as a query string value to the "MemberHome.aspx" Web page

Login.png