Hi there,
You're better off opening a new topic for this, instead of continuing an (un)related existing post.
That said, I am not sure I understand the problem. Do you have one GridView with one ObjectDataSouce on the page? Or do you have multiple and are you trying to get the name from the first into the second?
In the first case, you'll need to change the DataObject that is the source for the GridView and ObjectDataSOurce. Data that isn't there, isn't there....
In the latter case, you could hook into some event of the second GridView (ItemDataBound for example), get a reference to the other GridView and its data, and use that in the second.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out
this post.