I have a user control on one of my pages and server side validation that is based off fields in that control. When a user updates the information in the control i want the server side validation to revaluate. My valuations are in the page_load event. How do i get this user control to cause a postback. I am using a formview object and need the update button to cause the postback if that is of any help. I have been looking at this forever. Any help would be GREATLY appreciated