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. how to transfer data from one gridview to another gridview page

how to transfer data from one gridview to another gridview page

Scheduled Pinned Locked Moved ASP.NET
csharptutorialasp-net
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.
  • D Offline
    D Offline
    developerit
    wrote on last edited by
    #1

    hi iam using asp.net with c# in my gridview 1st column is checkbox control select productname price quantity total () rose 124 6 124*6 () biscuits 345 89 345*89 () choclate 670 45 670*45 ======= when user click next button then which ever row is checked then data is transfer to other page and displayed in gridview please can you give some example for this ...

    K V 2 Replies Last reply
    0
    • D developerit

      hi iam using asp.net with c# in my gridview 1st column is checkbox control select productname price quantity total () rose 124 6 124*6 () biscuits 345 89 345*89 () choclate 670 45 670*45 ======= when user click next button then which ever row is checked then data is transfer to other page and displayed in gridview please can you give some example for this ...

      K Offline
      K Offline
      kadaoui el mehdi
      wrote on last edited by
      #2

      Hi, you can create a temp table to insert the Selected Rows and when you redirect to the other page select thoses rows for Db and put them in the datatable to be a datasource for the GridView. Good luck ;)

      1 Reply Last reply
      0
      • D developerit

        hi iam using asp.net with c# in my gridview 1st column is checkbox control select productname price quantity total () rose 124 6 124*6 () biscuits 345 89 345*89 () choclate 670 45 670*45 ======= when user click next button then which ever row is checked then data is transfer to other page and displayed in gridview please can you give some example for this ...

        V Offline
        V Offline
        Venkatesh Mookkan
        wrote on last edited by
        #3

        You can maintain the data in DataTable or Collection. Assign the values to the Session object and retrieve it in the next page.

        Castle Rider

        What if I freeze??? Don't forget to breath...

        My: Website | Yahoo Group | Blog Spot

        /xml>

        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