type is a an optionset attribute. I dont want to use addoption as it will createa new optionset value everytime.
If(type==1)
{
show a,b;//a,b,c are values from another optionset
}
If(type==2)
{
show b,c;
}
type is a an optionset attribute. I dont want to use addoption as it will createa new optionset value everytime.
If(type==1)
{
show a,b;//a,b,c are values from another optionset
}
If(type==2)
{
show b,c;
}