I have a grid that is using a usercontrol as an edit form. This grid allows for multiple edits at one time. My problem is that I don't know how to reference the user controls from the parent page. I only know how to access the user controls from a grid event and in this case it is not a grid event that I need to handle, but instead i am handling a button click on the parent page.