Validate RadioButtonList and Textbox in FormView

After weeks of researching for answer, I finally came up with the solution of how to validate objects within a FormView using ASP.NET 2.0 programming language.
Assuming you have a FormView, and you require users to update information to the SQL database. There is a RadioButtonList and a TextBox. The entry within the textbox is optional, but it will be mandatory if one of the option is chosen. Take for example, the screen-shot below.





























