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. Dropdawn list Value

Dropdawn list Value

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
11 Posts 5 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.
  • L Lost User

    How to send the value of DDL to another form?

    The Developer - CEH

    N Offline
    N Offline
    N a v a n e e t h
    wrote on last edited by
    #2

    Read this[^] Seriously, your question doesn't made any sense.

    All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

    L 1 Reply Last reply
    0
    • L Lost User

      How to send the value of DDL to another form?

      The Developer - CEH

      S Offline
      S Offline
      soni uma
      wrote on last edited by
      #3

      Use QueryString

      L 1 Reply Last reply
      0
      • L Lost User

        How to send the value of DDL to another form?

        The Developer - CEH

        U Offline
        U Offline
        UD IA
        wrote on last edited by
        #4

        you can send ddl value to another page there are lot of ways you can create session and store value in session you can send value through querystring you can create cookie to store value. try these. :-D

        I will do my best?

        L 1 Reply Last reply
        0
        • S soni uma

          Use QueryString

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #5

          I'm using QueryString in the Datagrid so it only can take one value in it. i tried to sedn the value of ddl but it took the string of it. "ddl.selectedvalue"

          The Developer - CEH

          J 1 Reply Last reply
          0
          • U UD IA

            you can send ddl value to another page there are lot of ways you can create session and store value in session you can send value through querystring you can create cookie to store value. try these. :-D

            I will do my best?

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #6

            AspDotNetUser wrote:

            you can create cookie to store value.

            tell me more about this

            The Developer - CEH

            U 1 Reply Last reply
            0
            • L Lost User

              How to send the value of DDL to another form?

              The Developer - CEH

              J Offline
              J Offline
              Jorgen Andersson
              wrote on last edited by
              #7

              Just two examples: Save the value as a sessionvariable. If both forms exist at the same time you can also set a property

              L 1 Reply Last reply
              0
              • N N a v a n e e t h

                Read this[^] Seriously, your question doesn't made any sense.

                All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #8

                N a v a n e e t h wrote:

                doesn't made

                :wtf:

                The Developer - CEH

                1 Reply Last reply
                0
                • J Jorgen Andersson

                  Just two examples: Save the value as a sessionvariable. If both forms exist at the same time you can also set a property

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #9

                  how can i set the property?

                  The Developer - CEH

                  1 Reply Last reply
                  0
                  • L Lost User

                    AspDotNetUser wrote:

                    you can create cookie to store value.

                    tell me more about this

                    The Developer - CEH

                    U Offline
                    U Offline
                    UD IA
                    wrote on last edited by
                    #10

                    Session["product"] = Convert.ToInt32(ddl_products.SelectedValue);

                    I will do my best?

                    1 Reply Last reply
                    0
                    • L Lost User

                      I'm using QueryString in the Datagrid so it only can take one value in it. i tried to sedn the value of ddl but it took the string of it. "ddl.selectedvalue"

                      The Developer - CEH

                      J Offline
                      J Offline
                      Jorgen Andersson
                      wrote on last edited by
                      #11

                      You can use several several fields at the same time. Clickety[^]

                      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