Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8547075
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:11:15+00:00 2026-06-11T13:11:15+00:00

Why drop down menu not showing ID from database? I have login page. when

  • 0

Why drop down menu not showing ID from database? I have login page. when user enter their username and password, I will create a session from them.

  Session["username"] = Login1.UserName;

I have two table in my database. 1 is aspnet_Users (keep all users info) and another one is CarReserve table (contains of ID, username and booking details which all is managed by admin)

In user page, when user click on MY BOOKING, it will have a drop down menu which only has ID (from CarReserve) then after user choose the ID from there, they get to view all the details from CarReserve that only belongs to ID. This is my code to retrieve the ID from database:

  <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" 
                DataSourceID="SqlDataSource1" DataTextField="ID" DataValueField="ID" 
                Height="21px" Width="147px">
            </asp:DropDownList>
            <asp:SqlDataSource ID="SqlDataSource1" runat="server" 
                ConnectionString="<%$ ConnectionStrings:Connection %>" 
 SelectCommand="SELECT CarReserve.ID 
 FROM CarReserve 
 INNER JOIN aspnet_Users 
 ON CarReserve.UserName = aspnet_Users.UserName WHERE CarReserve.UserName = @UserName">
                <SelectParameters>
                    <asp:SessionParameter Name="UserName" 
                        SessionField="session[&quot;username&quot;]" />
                </SelectParameters>
            </asp:SqlDataSource>

The problem is the drop down is not showing the ID of current login user. Can someone tell me what is wrong with my codes? Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T13:11:17+00:00Added an answer on June 11, 2026 at 1:11 pm

    Your SessionField parameter should read

    SessionField="username" 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created drop down menu, but it is not showing in home page
I have a drop down menu, that a user selects a criteria from, based
Currently have a drop down menu that is activated on a hover (from display:none
I have a drop down menu in an ASPX page along the lines of:
I have a simple drop down menu, but when used it does not work
I have a drop-down/multi-level CSS menu on a page. The menu however doesn't appear
I am using the css/javascript drop-down menu from this page: http://javascript-array.com/scripts/simple_drop_down_menu/ Though I would
I have a drop down menu which you can see here on jsfiddle .
I have a drop down menu. Has product types. Product types have associated value
I have a drop down menu which fills with some doc names. Now when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.