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. Asp.net 2.0 Gridview control problem

Asp.net 2.0 Gridview control problem

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelpquestion
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.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    Dear All, I have a problem in asp.net gridview control.I've put a textbox and an image button in the footer row.I want a popup window to be viewed when I click this image button.In this popup window there is a link button I want to pass its text to textbox in the parent window(that is in the gridview footer). I hope my question is clear. Many thanks and best regards. Hassan Amaar.

    Hassan Amaar

    S S 2 Replies Last reply
    0
    • A Anonymous

      Dear All, I have a problem in asp.net gridview control.I've put a textbox and an image button in the footer row.I want a popup window to be viewed when I click this image button.In this popup window there is a link button I want to pass its text to textbox in the parent window(that is in the gridview footer). I hope my question is clear. Many thanks and best regards. Hassan Amaar.

      Hassan Amaar

      S Offline
      S Offline
      Samer Aburabie
      wrote on last edited by
      #2

      Hi there, Look for something called Modal Dialog in Javascript, in which it gives you the ability to Show Popup Window with a content of your choise. P.S: this is not a GridView Control problem ! ;P

      Sincerely Samer Abu Rabie Imagination is more important than knowledge !

      1 Reply Last reply
      0
      • A Anonymous

        Dear All, I have a problem in asp.net gridview control.I've put a textbox and an image button in the footer row.I want a popup window to be viewed when I click this image button.In this popup window there is a link button I want to pass its text to textbox in the parent window(that is in the gridview footer). I hope my question is clear. Many thanks and best regards. Hassan Amaar.

        Hassan Amaar

        S Offline
        S Offline
        saanj
        wrote on last edited by
        #3

        Hi Hassan, If I have not misunderstood your problem, then you can achieve it by using following javascript code which should be attached with the client side onclick event of the linkbutton : window.opener.document.getElementById("ctl00_ContentPlaceHolder1_txtBox").value = val; I really hope that it will sove your issue. :-\ Regards Saanj

        Either you love IT or leave IT...

        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