Passing grid data from one page to another

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Passing grid data from one page to another

    I am posting a page to another page (form post). The data grid on the second
    page is being populated with data. Now, on page load of the second page, I
    would like to send the grid data on this page to the first page and populate
    the grid on the first page with the same data on second page. Please let me
    know how can I do this.

    Thanks,
    Vasantha
    Vasantha peddireddy Guest

  2. Similar Questions and Discussions

    1. Separate edit page for a Data Grid
      Hello there, I have a data grid that's going to display a but of data that I want to make editable. Problem with this is that there goign to be...
    2. passing data between a page to retrieve more
      I have a drop down with 5 zip codes pulled from an Access database... they are assigned as the primary key. I want to select a zip code from the...
    3. Passing data to perl script from Web page
      Hey peoples, perhaps you could help me with this tricky code I'm hoping to build. I have developed a small emailing program for my business. At the...
    4. Display data from database in a scrollable data grid on an ASP Page
      Hi All, I want to display data from database in a scrollable data grid on an ASP Page. I want to use it for entering data also. Should i have to...
    5. passing data from one page to another
      I have a .aspx page (we'll call it Form1) with a datagrid on it. The datagrid is populated from a dataset that I manually entered data into (the...
  3. #2

    Default Re: Passing grid data from one page to another

    Hi Vasantha,

    One way is to save the object in Session and retrieve it from Session in
    another page (in the same application).

    HTH


    "Vasantha peddireddy" <Vasanthapeddireddy@discussions.microsoft.com> wrote
    in message news:BAB4C50F-FA68-484C-B2A8-0C87F8F8D38D@microsoft.com...
    > I am posting a page to another page (form post). The data grid on the
    second
    > page is being populated with data. Now, on page load of the second page, I
    > would like to send the grid data on this page to the first page and
    populate
    > the grid on the first page with the same data on second page. Please let
    me
    > know how can I do this.
    >
    > Thanks,
    > Vasantha

    Elton Wang Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139