I have a data grid that gets filled with 3 fields. ID_NUM, DESCRIPTION, BUYER....and I also have an UPDATE button in my grid. I know you can edit right in the datagrid, but I have more fields for each record so I want to redirect the user to another page.

How do I redirect the user to a new page using the UPDATE button in my grid and How do I carry a variable over to the new page?

thanks,
eye