Hi Adam,
Because the controls are nested, you can't directly access them code behind and wire up event handlers using the Handles keyword.
Instead, write explicit code. E.g. in the GridView write something like On
YourEventName="
YourEventHandler" and then create a method in the code behind called
YourEventHandler with a signature that matches a handler you would normally use.
Does this help?
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