Dropdown from access database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jerrytkc
    New Member
    • Apr 2007
    • 3

    #1

    Dropdown from access database

    Hi everyone,

    I need some help here, i'm new to asp.net, need your help here. What i want to do is retrieve data from access database and show as a dropdownlist twice in a form, the dropdown list will look something like [ data ( data_group) ]. how can i do that? i only able to show a dropdownlist once in a form, but if i want to show it twice in a form, HOW???
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Bind the data to the dropdown list twice. HTH.

    Comment

    • jerrytkc
      New Member
      • Apr 2007
      • 3

      #3
      thanks, got it work!

      Comment

      Working...