I have a web form with a datagrid that is bound to my database. I did this by using the oleDbDataAdapter configuration wizard. The datagrid gets populated on the page_load event. The datagrid only has an ID number field. I want the user to select there ID number and then I want to send them to another page that will automatically fill up with all their information...and from here they can update their data. How do I make the records in the datagrid active?

thanks,
eye