How to pass id from 1st page in a datagrid to the other page AND how to grab id in2nd

Rani

Well-known member
Joined
Nov 19, 2005
Messages
71
Programming Experience
Beginner
hi,
I have a datagrid in my first page i try using a hyperlink column. I think it is too complicated.

I could use a bound column and able to grab the id if it is in the same page like Dim id As Integer = e.Item.Cells(0).Text

what i want to do is be able to pass the id from first datagrid from first page to the second page where i would be able to use another database table to query.

Also how would in my second page how would i grab the id sent from the first page?

Please help me.
A sample would be much appreciated. I am using asp.net
Thanks
 
Back
Top