How to fatch value in dropdown valu in asp from MS access database

Discussion in 'C#' started by tamakuwala, Jun 10, 2006.

  1. #1
    Hi,

    How to fatch value in dropdown valu in asp from MS access database..

    Pls help me asap !!!
     
    tamakuwala, Jun 10, 2006 IP
  2. kashem

    kashem Banned

    Messages:
    1,250
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    0
    #2
    kashem, Jun 10, 2006 IP
    jaymcc likes this.
  3. Postingpays

    Postingpays Well-Known Member

    Messages:
    1,071
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    185
    #3
    it is simple you can fetch a value making a record set object.

    and use this type of code

    resonse.write("<option>" & rs("Fieldname") & "</option>"

    remember you have to close the select tag at the end.
     
    Postingpays, Aug 15, 2006 IP