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. Modal popup

Modal popup

Scheduled Pinned Locked Moved ASP.NET
designtutorial
3 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.
  • K Offline
    K Offline
    krishna2gubbala
    wrote on last edited by
    #1

    Hi Friends....., i can take Modal popup control.using that control display one panel. in that panel design two fields like email and password, i can take one ADD button, how to insert values when clicking on ADD button.

    C M 2 Replies Last reply
    0
    • K krishna2gubbala

      Hi Friends....., i can take Modal popup control.using that control display one panel. in that panel design two fields like email and password, i can take one ADD button, how to insert values when clicking on ADD button.

      C Offline
      C Offline
      Calin Tatar
      wrote on last edited by
      #2

      just add an OnClick event handler to ADD button and in this handler you may access the fields and insert whatever you want. Calin

      1 Reply Last reply
      0
      • K krishna2gubbala

        Hi Friends....., i can take Modal popup control.using that control display one panel. in that panel design two fields like email and password, i can take one ADD button, how to insert values when clicking on ADD button.

        M Offline
        M Offline
        Mark Graham
        wrote on last edited by
        #3

        just to back up the previous response - you implement it the same way you'd implement it if you wasn't using the modal popup. Presumably your button is an asp:Button so create your event handler (if you don't know how to write it manually then just double click it in your IDE designer) and add your code. When the button is clicked by a user it will cause a postback and your code will execute. Have you managed to get your modal box popping up ok?

        Mark Graham (MCP) // The Doodler blogging at: dotnet notepad

        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