Parameters

  • Thread starter Thread starter André Almeida Maldonado
  • Start date Start date
A

André Almeida Maldonado

H guys, in my aspx Page, I have a link to another aspx Page. When the user
clicks in this hyperlink I have to pass a datagrid to he second page.

How can I do it???

Thank's
 
Im not exactly sure why you would want to pass an entire datagrid to another
page instead of just getting your dataset on the page youre linking to...
What are you trying to do?

If you absolutely HAVE to do it, you might try storing the dataset in cache,
then retrieving it from cache on the next page your linking to.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top