Binding data from a grid of one page to the grid of second page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have retrieved the data frm Sql and bind the data to a grid in one page. There is an item template column if checkbox to the same grid. I want the checked rows data to bind to grid in another page.
-
Hi, I have retrieved the data frm Sql and bind the data to a grid in one page. There is an item template column if checkbox to the same grid. I want the checked rows data to bind to grid in another page.
Hold all records temporarily in Table on first page and store into the session object. Then again populate it on second page from session.
Parwej Ahamad g.parwez@gmail.com