ASP.NET assignment

profilealxen

 This assignment is due today.

 

This project is almost completed. I just need to have a drop downlist like:

 

 <asp:DropDownList ID="distanceDropDown" runat="server">

            <asp:ListItem>5</asp:ListItem>

            <asp:ListItem>10</asp:ListItem>

            <asp:ListItem>50</asp:ListItem>

        </asp:DropDownList>

 

added to select a store by zip code and distance). I have already added the above listed code but I need to create a controller to pull the required information to post the nearest store locations. Again if you load the project it already pull the closet store locations but I do not have the time to learn how to create a filter to accomplish this. 

 

There is also a problem. When I submit the request it returns 5 of the same results.

 

link to api - but I didn't really use this. I just created a database file and use it to query store info.

http://code.google.com/p/remixdotnet/ 

 

 

  • 13 years ago
  • 20
Answer(0)
Bids(1)