Question: Create a Web page Login.aspx with the following elements: An asp:SqlDataSource control that returns the EMail field from the Members table in sequence by the
Create a Web page "Login.aspx" with the following elements:
An asp:SqlDataSource control that returns the EMail field from the Members table in sequence by the EMail field
An asp:DropDownList control that displays the records returned from the SqlDataSource
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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
