Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Vasantha peddireddy #1
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
-
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... -
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... -
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... -
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... -
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... -
Elton Wang #2
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...second> I am posting a page to another page (form post). The data grid on thepopulate> 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 andme> the grid on the first page with the same data on second page. Please let> know how can I do this.
>
> Thanks,
> Vasantha
Elton Wang Guest



Reply With Quote

