Answered
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
You will also have to reference the 'object' with the correct object reference and the property is 'manditory'. You might also want to create a 'mandatroy Message'.
George Kaiser