Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass dataset from GridView to another page
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Pass dataset from GridView to another page
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01585731
Message ID:
01585731
Views:
35
Hi,
How would you pass a dataset from one page to another from the GridView? Here is the summary of what I have:

An aspx page get/creates a dataset and shows the rows of the dataset in a GridView. One of the columns of the GridView is HyperlikField.
When user clicks on the Hyperlink column another page will open (detailed view). I need to show the columns of the row selected in the GridView in the Detail Page. Of course I can pass the PK from the GridView page to the Detail Page but then the Detail Page has to create the dataset again and then find the row by PK. But this would slow down the execution.

Ideally I would like to pass the dataset from GridView page to the Detail page. Or even better to pass just one row of the dataset to the Detail page. How would you do it?
TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform