In your main code behind page do the following:
1. Find your control using the FormUtil.FindControl method i.e. Control mycontrol = FormUtil.FindControl(FormView1, "mycontrol");
2. Add an event handler programatically using mycontrol.someevent += and VS will generate the method for you.
HTH
swin
-------------------------------------------------
Member of the .NetTiers team
-------------------------------------------------