I am created a user profile page. The page needs certrain criteria to be filled out before advancing to the next page. So there is code in the parent page the control is being used in to check this criteria. However when the person edits it the edit and update button are all done in the control so it doesnt postback the main page and it doesnt check the criteria again unless you manually refresh the page. How do i make the update of the control cause a postback of the parent page? Does anyone know?
Thanks
Thanks