Avatar

Level 3

I would like to know if there is a way to change the user entered-required property of an object dynamically.  i want to say something like:

if(radioButton1 == "1")

{

objectPropertyRequired = "Required";

}//end if

Any help is greatly appreciated.

Justin