Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Sql Query Inner Join

Sql Query Inner Join

Scheduled Pinned Locked Moved ASP.NET
databasetutorialquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Samii49
    wrote on last edited by
    #1

    How to use inner join in stored procedure..? And use that data to show up in dropdownlist on my page..?

    K V 2 Replies Last reply
    0
    • S Samii49

      How to use inner join in stored procedure..? And use that data to show up in dropdownlist on my page..?

      K Offline
      K Offline
      Karthik Harve
      wrote on last edited by
      #2

      Hi, check these links to understand about INNER JOIN http://sqltutorials.blogspot.in/2007/05/sql-inner-join-left-join-and-right-join.html[^] http://www.w3resource.com/sql/joins/perform-an-inner-join.php[^] So, use those concepts and frame the query which 1 or more columns for dropdownlist as DataMember and Value member.

      Vande Matharam - Jai Hind

      1 Reply Last reply
      0
      • S Samii49

        How to use inner join in stored procedure..? And use that data to show up in dropdownlist on my page..?

        V Offline
        V Offline
        vvashishta
        wrote on last edited by
        #3

        INNER JOIN Table2 t2 ON t1.Column = t2.Column and then take result from SP to a Dataset or Datatable and use .DataSource property of DropdownList - Happy Coding - Vishal Vashishta

        S 1 Reply Last reply
        0
        • V vvashishta

          INNER JOIN Table2 t2 ON t1.Column = t2.Column and then take result from SP to a Dataset or Datatable and use .DataSource property of DropdownList - Happy Coding - Vishal Vashishta

          S Offline
          S Offline
          Samii49
          wrote on last edited by
          #4

          Thanxxzz ..!! This one helped me .. :)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups