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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Popup with command arguments

Popup with command arguments

Scheduled Pinned Locked Moved ASP.NET
javascriptsysadminquestion
3 Posts 2 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.
  • D Offline
    D Offline
    dotnetcsharpdev
    wrote on last edited by
    #1

    <pre> <asp:TemplateField ShowHeader="False">                         <itemtemplate>                               <asp:LinkButton id="linkBtnSurrender"   runat="server" Text="Surrender" CommandName="Surrender" onclientclick="confirmation()" value = "Surrender"   CommandArgument='<%#Eval("SOVehicle.SOVehicleId") %>' ></asp:LinkButton>                               <%----%>                                                    </itemtemplate>                   </asp:TemplateField> </pre> Is it possible to popup in javascript everytime this link button is clicked to confirm surrender yes no? I am using command argument to pass the id of vehicle to be surrendered. the javascript functions pops up but irrespective of yes no the vehicle gets surrendered.

    A D 2 Replies Last reply
    0
    • D dotnetcsharpdev

      <pre> <asp:TemplateField ShowHeader="False">                         <itemtemplate>                               <asp:LinkButton id="linkBtnSurrender"   runat="server" Text="Surrender" CommandName="Surrender" onclientclick="confirmation()" value = "Surrender"   CommandArgument='<%#Eval("SOVehicle.SOVehicleId") %>' ></asp:LinkButton>                               <%----%>                                                    </itemtemplate>                   </asp:TemplateField> </pre> Is it possible to popup in javascript everytime this link button is clicked to confirm surrender yes no? I am using command argument to pass the id of vehicle to be surrendered. the javascript functions pops up but irrespective of yes no the vehicle gets surrendered.

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      Your code is not readable, please post it with proper format.

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      1 Reply Last reply
      0
      • D dotnetcsharpdev

        <pre> <asp:TemplateField ShowHeader="False">                         <itemtemplate>                               <asp:LinkButton id="linkBtnSurrender"   runat="server" Text="Surrender" CommandName="Surrender" onclientclick="confirmation()" value = "Surrender"   CommandArgument='<%#Eval("SOVehicle.SOVehicleId") %>' ></asp:LinkButton>                               <%----%>                                                    </itemtemplate>                   </asp:TemplateField> </pre> Is it possible to popup in javascript everytime this link button is clicked to confirm surrender yes no? I am using command argument to pass the id of vehicle to be surrendered. the javascript functions pops up but irrespective of yes no the vehicle gets surrendered.

        D Offline
        D Offline
        dotnetcsharpdev
        wrote on last edited by
        #3

        <pre> <asp:TemplateField ShowHeader="False">                         <itemtemplate>                               <asp:LinkButton id="linkBtnSurrender"   runat="server" Text="Surrender" CommandName="Surrender" onclientclick="confirmation()" value = "Surrender"   CommandArgument='<%#Eval("SOVehicle.SOVehicleId") %>' ></asp:LinkButton>                                                                                  </itemtemplate>                   </asp:TemplateField> </pre> Is it possible to popup in javascript everytime this link button is clicked to confirm surrender yes no? I am using command argument to pass the id of vehicle to be surrendered. the javascript functions pops up but irrespective of yes no the vehicle gets surrendered.

        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